Home
last modified time | relevance | path

Searched refs:strokeLineJoin (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp229 switch(svgShape->strokeLineJoin) { in _AddShape()
H A Dnanosvg.h148 char strokeLineJoin; // Stroke join type. member
431 char strokeLineJoin; member
640 p->attr[0].strokeLineJoin = NSVG_JOIN_MITER; in nsvg__createParser()
959 shape->strokeLineJoin = attr->strokeLineJoin; in nsvg__addShape()
1763 attr->strokeLineJoin = nsvg__parseLineJoin(value); in nsvg__parseAttr()