text.vwf.json 405 B

1234567891011121314151617181920212223
  1. {
  2. "extends": "proxy/two/node.vwf",
  3. "type": "text",
  4. "properties": {
  5. "text": null,
  6. "family": null,
  7. "size": null,
  8. "fill": null,
  9. "stroke": null,
  10. "linewidth": null,
  11. "style": null,
  12. "weight": null,
  13. "opacity": null,
  14. "visible": null,
  15. "rotation": null,
  16. "scale": null,
  17. "translation": null
  18. },
  19. "methods": {},
  20. "scripts": {
  21. "source": "ellipse.js"
  22. }
  23. }