This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| ###################################################################### | |
| # A proof of concept adding a svg path into a cadQuery Workspace | |
| # object. | |
| # | |
| # This file is in the public domain. | |
| # | |
| # Dov Grobgeld <dov.grobgeld@gmail.com> | |
| # 2024-03-10 Sun |