File: CustomJSONBackend.md

package info (click to toggle)
ezdxf 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104,528 kB
  • sloc: python: 182,341; makefile: 116; lisp: 20; ansic: 4
file content (9 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
docs:: <https://ezdxf.mozman.at/docs/addons/drawing.html#customjsonbackend>

- Output backend for the [[drawing add-on]]
- Creates a JSON-like output with a custom JSON scheme.
- This scheme supports curved shapes by a SVG-path like structure and coordinates are not limited in
  any way.
- This backend can be used to send geometries from a web-backend to a frontend.
- The JSON scheme is documented in the source code:
	- <https://github.com/mozman/ezdxf/blob/master/src/ezdxf/addons/drawing/json.py>