Fix issue with SVG import of viewBox with x & y that are non-zero#102
Open
combinatorial wants to merge 1 commit intosprang:developfrom
Open
Fix issue with SVG import of viewBox with x & y that are non-zero#102combinatorial wants to merge 1 commit intosprang:developfrom
combinatorial wants to merge 1 commit intosprang:developfrom
Conversation
…d inside the viewport
Owner
|
Do you have an example file that illustrates the problem? |
|
Good, can we merge this? |
Collaborator
|
@combinatorial Do you have an example of an SVG file that is affected by this bug? |
Author
|
Is there an easy way for me to import SVG now... dropbox doesn't work if I just pull and build... it's been a long time since I looked at this. |
|
One way is to upload to http://openclipart.org and then use builtin On Thu, Feb 18, 2016 at 8:16 AM, David Brittain notifications@github.com
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When importing an SVG file that has a viewBox with an x or y component then the content is not correctly positioned in the viewport. This change correctly positions the content.
e.g.