https://github.com/miyako/4d-plugin-potrace-v2
Potrace update
https://github.com/miyako/4d-plugin-potrace-v2
4d-plugin potrace svg
Last synced: about 1 year ago
JSON representation
Potrace update
- Host: GitHub
- URL: https://github.com/miyako/4d-plugin-potrace-v2
- Owner: miyako
- License: mit
- Created: 2019-06-24T07:17:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T12:28:40.000Z (about 3 years ago)
- Last Synced: 2025-03-29T07:33:25.929Z (about 1 year ago)
- Topics: 4d-plugin, potrace, svg
- Language: C
- Homepage:
- Size: 2.85 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](LICENSE)

# 4d-plugin-potrace-v2
Rewrite of [Potrace](http://potrace.sourceforge.net) plugin; project based sample DB and ``PROCESS 4D TAGS`` scaffolding.
### Syntax
[miyako.github.io](https://miyako.github.io/2019/06/24/4d-plugin-potrace-v2.html)
#### Discussion
to compile with Windows Visual Studio
```c
#ifndef _UINT64_T
#define _UINT64_T
typedef unsigned long long uint64_t;
#endif /* _UINT64_T */
```
```c
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
```