1
0
Fork 0
freesewing/markdown/dev/reference/api/svg/layout/en.md
2022-10-01 23:12:26 +02:00

295 B

title
Svg.layout

The Svg.layout property holds an object that holds rendered SVG for all parts, and a list of their transforms.

Signature

{
  back: {
    svg: "( Holds rendered SVG for this part )",
    transforms: [ "translate(2, 2)" ]
  },
  // Other parts follow
}