-
-
Notifications
You must be signed in to change notification settings - Fork 137
fit property doc is wrong? #30
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
Comments
fit doesn't seem to work properly at all, wether height&width are set or not. It creates a 700x450 SVG on my side... |
I'll try to put together a simple example of it working, because it does fit to the containing element, but it's quite sensitive to the CSS around it it seems. |
I've improved the documentation and marked this prop as 'deprecated' for now :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
fit
property documentation appears to be wrong in that any existinglayout.width
orlayout.height
is not ignored... Need to decide if the docs should be updated to match the implementation or vice versa.The text was updated successfully, but these errors were encountered: