mirror of
https://github.com/penpot/penpot.git
synced 2026-03-15 15:05:58 +00:00
group-to-path was storing a raw concatenated vector into :content after flattening children's PathData instances via (map vec). bool-to-path was storing the plain-vector result of bool/calculate-content directly. Both now wrap through path.impl/path-data at the assignment site so the :content invariant (always a PathData instance) is upheld. Signed-off-by: Andrey Antukh <niwi@niwi.nz>