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

Percentage in 'y' not taken into account properly. #329

Closed
Arnaud-F opened this issue Jul 28, 2017 · 0 comments
Closed

Percentage in 'y' not taken into account properly. #329

Arnaud-F opened this issue Jul 28, 2017 · 0 comments
Labels

Comments

@Arnaud-F
Copy link

Arnaud-F commented Jul 28, 2017

Hi,

this simple SVG renders properly in IE/Chrome but not when converting using the library :

<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="200" viewbox="0 0 600 200">
 <style type="text/css"><![CDATA[ rect { fill: white; stroke: black; } ]]></style>
 <g>
  <rect y="00%" width="200" height="20%" />
  <rect y="20%" width="200" height="20%" />
  <rect y="40%" width="200" height="20%" />
  <rect y="60%" width="200" height="20%" />
  <rect y="80%" width="200" height="20%" />
 </g>
</svg>

test

@Arnaud-F Arnaud-F changed the title Percentage in 'y' not taken into account. Percentage in 'y' not taken into account properly. Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants