We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When loading the attached SVG file svg_bug_30.zip we face the following display error (after I fixed #29):
The expected display is:
The SVG is defined as follows:
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="300" height="480" viewBox="0 0 300 480"> <rect x="140" y="0" width="20" style="fill:#f5f5f5;stroke:#000000;" id="pole" height="480"/> <svg version="1.1" id="Nederlands_verkeersbord_C3" height="300" width="300" viewBox="0 0 300 300" y="10" preserveAspectRatio="xMidYMid meet"> <g> <!-- --> </g> </svg> <svg version="1.1" id="Nederlands_verkeersbord_OB54" height="150" width="300" viewBox="0 0 300 150" y="310" preserveAspectRatio="xMidYMid meet"> <g> <!-- --> </g> </svg> </svg>
It seems the y=10 and y=310 attributes of nested svg elements are not taken into account.
y=10
y=310
svg
The text was updated successfully, but these errors were encountered:
fix blackears#31 - render nested svg elements properly
5cc3baf
fix #16838 - render nested svg elements properly
7451ee8
see blackears/svgSalamander#31 git-svn-id: https://josm.openstreetmap.de/svn/trunk@14333 0c6e7542-c601-0410-84e7-c038aed88b3b
de2eac2
No branches or pull requests
When loading the attached SVG file svg_bug_30.zip we face the following display error (after I fixed #29):
The expected display is:
The SVG is defined as follows:
It seems the
y=10
andy=310
attributes of nestedsvg
elements are not taken into account.The text was updated successfully, but these errors were encountered: