Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DOMElement.js #542

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

redramster
Copy link

I have added support to the following scenarios:

  1. canvas styles width and height are not the same as canvas width and height properties
  2. canvas is not at its container 0,0 (has a location offset)
  3. support for setting the htmlElement width and height. This way, the DomElement can be used easily for extended layout purposes in more complex scenarios.

I have added support to the following scenarios:
1. canvas styles width and height are not the same as canvas width and height properties
2. canvas is not at its container 0,0 (has a location offset)
3. support for setting the htmlElement width and height. This way, the DomElement can be used easily for extended layout purposes in more complex scenarios.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant