1
0
Fork 0
freesewing/markdown/dev/reference/api/macros/hd/en.md
Joost De Cock 249f2600e5 chore: More linting
@nicholasdower is smarter than me. What's missing was the
`listItemIndent` setting
2022-02-20 14:44:38 +01:00

1.3 KiB

title
hd

The hd macro adds a horizontal dimension to your pattern.
It is provided by the dimension plugin.

An example of a horizontal dimension
macro('hd', {
  from: points.from,
  to: points.to,
  y: 25
})
Property Default Type Description
from Point The startpoint of the dimension
to Point The endpoint of the dimension
y Number The Y-value at which to draw the dimension
id auto-assigned String A custom ID under wich paths and points will be created
text Horizontal distance Number The text to go on the dimension if not the from-to horizontal distance
noStartMarker false Boolean Whether to not draw a start marker
noEndMarker false Boolean Whether to not draw an end marker

Setting a custom ID will: