NodeBBox returns the bounding box in image coordinates for this node.
(sv *SVG)
| 40 | |
| 41 | // NodeBBox returns the bounding box in image coordinates for this node. |
| 42 | NodeBBox(sv *SVG) image.Rectangle |
| 43 | |
| 44 | // SetNodePos sets the upper left effective position of this element, in local dimensions. |
| 45 | SetNodePos(pos math32.Vector2) |