1
0
Fork 0
freesewing/markdown/dev/reference/api/svg/layout/en.md
2022-02-19 08:04:25 +01:00

274 B

title
layout

An object that holds rendered SVG for all parts, and a list of their transforms. It is structured as follows:

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