-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Andrew edited this page Dec 31, 2024
·
2 revisions
- iDraw 2.0 Dimensions (fully assembled): 23" width × 20.5" height × 6.25" tall. A storage box would need to be a bit bigger and including padding.
- https://wiki.inkscape.org/wiki/index.php/Units_In_Inkscape
- https://www.w3.org/TR/SVG/coords.html#TermSVGViewport
- Each SVG viewport generates a viewport coordinate system and a user coordinate system, initially identical. Providing a ‘viewBox’ on a viewport's element transforms the user coordinate system relative to the viewport coordinate system as described in The ‘viewBox’ attribute.

- Stroke width: 3mm (the width of your paths)
- Grid spacing: 3mm + 0.7mm (0.7mm becomes the width of the walls)
- Create all paths through maze
- Stroke-to-path
- Union all paths
- Place rectangle below and do Path > Difference to "cut" out the paths from main rectangle
- Rectangle > Object to path
- Remove fill and add stroke to path