-
Notifications
You must be signed in to change notification settings - Fork 79
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
SVG file from Google Presentation won't parse #306
Comments
Thank you for raising your first issue! Your help to improve svglib is much appreciated! |
I cannot reproduce the error with svglib master. Can you tell us which version of svglib you are using? |
I was using the version on pop on Ubuntu 20.04.
I will report back again later after trying out master.
Thank you!
…On Fri, Dec 24, 2021 at 17:19 Claude Paroz ***@***.***> wrote:
I cannot reproduce the error with svglib master. Can you tell us which
version of svglib you are using?
—
Reply to this email directly, view it on GitHub
<#306 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7MH2YZXFYG2WNUQGQRYNLUSQUJHANCNFSM5KWEBT5A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Upon building it from master the issue resolves. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I have some files from exported from Google presentation that cannot be parse for some reason.
drawing = svg2rlg(args.input)
Log
Screenshot of the SVG
If I change
xn, yn = points[-2] + nums[0], points[-1] + nums[1]
to
xn, yn = points[-2] + nums[0], points[-1] + nums[-1]
it will parse but will produce an incorrect result.
Incorrect result
The middle image is offset a bit wrong somehow?
Link to the said SVG
The text was updated successfully, but these errors were encountered: