mirror of
https://github.com/penpot/penpot.git
synced 2026-05-04 07:39:05 +00:00
Update the WASM render bridge and UI shape components to read :path-data
instead of :content for path and bool shapes. The render_wasm/shape.cljs
case dispatch now handles :path-data separately from :content (which
remains for text and svg-raw shapes).
Affected namespaces:
- app.render-wasm.{shape,api}
- app.main.ui.shapes.{path,bool}
- app.main.ui.workspace.shapes.{path,bool}
- app.main.ui.workspace.shapes.path.editor
Signed-off-by: Andrey Antukh <niwi@niwi.nz>