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

Spipu\Html2Pdf\Tag\Svg\Path::drawSvg not working correctly #308

Closed
laszlokorte opened this issue Apr 2, 2018 · 1 comment
Closed

Spipu\Html2Pdf\Tag\Svg\Path::drawSvg not working correctly #308

laszlokorte opened this issue Apr 2, 2018 · 1 comment
Labels

Comments

@laszlokorte
Copy link

The path is processed incorrectly if it contains a Z action followed by an M action not separated by a space. like so: d="M10,10L0,10L0,0ZM20,0L20,10L0,20Z" Then the ZM is interpreted as a single (unexpected) action and results in an exception.

spipu added a commit that referenced this issue Jul 31, 2018
@spipu
Copy link
Owner

spipu commented Jul 31, 2018

hi
it will be fixed in the next release

@spipu spipu closed this as completed Jul 31, 2018
@spipu spipu added the bug label Jul 31, 2018
icebird93 pushed a commit to EduBase/html2pdf that referenced this issue Dec 12, 2019
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