mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 00:48:12 +08:00
* dot grid * fix warning: unreachable pattern * grid color select * add color for all grid types * Dot grid checkbox and remove prefixed Color functions * Display dot grid as grid aligned pixels * Dashed line comment * Code review and UI design widget placement updates * Isometric dotted grid * Early return when cos = 0 * Add spacing, x offset, and color to dot grids --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
12 lines
455 B
XML
12 lines
455 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
|
<rect width="2" height="2" x="1" y="1" />
|
|
<rect width="2" height="2" x="5" y="1" />
|
|
<rect width="2" height="2" x="9" y="1" />
|
|
<rect width="2" height="2" x="1" y="5" />
|
|
<rect width="2" height="2" x="5" y="5" />
|
|
<rect width="2" height="2" x="9" y="5" />
|
|
<rect width="2" height="2" x="1" y="9" />
|
|
<rect width="2" height="2" x="5" y="9" />
|
|
<rect width="2" height="2" x="9" y="9" />
|
|
</svg>
|