-
Notifications
You must be signed in to change notification settings - Fork 12
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
added options to svg export #716
Conversation
Now with showHidden=False strokeWidth=6 Now with showHidden=False and strokeWidth=None height, width, marginTop, marginLeft settings can be used to make longer gifs still relatively small file size Thanks to @jmwright for upgrading the svg feature in the newest release of CadQuery 2.1 |
Wow! That's an excellent use of that new feature, and the animation script is really interesting. Thanks for letting me know. |
…ak into updating_export_method_try_2
merging into a temporary branch to combine with the updated stp and stl exporters |
Proposed changes
This PR updates the export svg methods so that they allow new export options such as view angle and image width.
The animation examples script has also been updated to make use of this improved feature.
Ideally the gif made for the rotation should have their last and first frame blend into each other but I've not quite got the angles x,y,z correct
This makes use of quite a new feature in CQ so the docker image usedin circle ci might need rebuilding for this to pass
Types of changes
Checklist