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

error with svg files #4

Closed
progressify opened this issue Apr 6, 2022 · 1 comment
Closed

error with svg files #4

progressify opened this issue Apr 6, 2022 · 1 comment

Comments

@progressify
Copy link

this is my code:

from sketchpy import canvas

if __name__ == '__main__':
    pen = canvas.sketch_from_svg("2022_04_06.svg")
    pen.draw()

this is the output in console:

python.exe main.py
loading data
100%|██████████| 25/25 [00:09<00:00,  2.60it/s]
svg data loaded
42 40

but I see this small window and it no draw anithing:

image

this is the file that I have used:

2022_04_06

I have generated it with this site: https://svgconvert.com/#/

@MRMYSTERY003
Copy link
Owner

maximize the turtle screen, and this bug will be rectified on next version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants