Commit 01d13b9
authored
1 file changed
+1
-1
lines changed- .github/workflows/ci.yml-1
- CHANGES.md+48-23
- README.md+2-2
- docs/api/draw-functions/styling/register-mark.mdx+5
- docs/api/draw-functions/util/register-coordinate-resolver.mdx+5
- docs/api/internal/drawable.mdx+2-1
- docs/basics/coordinate-systems.mdx+24-8
- docs/getting-started.mdx+1-1
- docs/tutorials/karl.mdx+1-1
- gallery/karls-picture.png
- gallery/karls-picture.typ+1-1
- gallery/paciolis.typ+1-1
- gallery/periodic-table.png
- gallery/periodic-table.typ+1-1
- gallery/plate-capacitor.typ+1-1
- gallery/torus.typ+1-1
- gallery/tree.typ+1-1
- gallery/waves.png
- gallery/waves.typ+1-1
- src/canvas.typ+4-3
- src/coordinate.typ+77-31
- src/draw/grouping.typ+8-11
- src/draw/shapes.typ+146-46
- src/draw/styling.typ+3-2
- src/draw/util.typ+3-3
- src/drawable.typ+48-9
- src/lib/angle.typ+9-9
- src/lib/decorations/path.typ+4-4
- src/lib/tree.typ+7-2
- src/mark-shapes.typ+39-7
- src/mark.typ+11-5
- src/path-util.typ+28-5
- src/process.typ+13-13
- src/styles.typ+135-57
- src/util.typ+27-16
- src/version.typ+1-1
- tests/angle/ref/1.png
- tests/angle/test.typ+16
- tests/canvas/baseline/ref/1.png
- tests/content-anchors/ref/1.png
- tests/content-span/ref/1.png
- tests/content/anchors/ref/1.png
- tests/content/anchors/test.typ+20
- tests/content/base/ref/1.png
- tests/content/base/test.typ
- tests/content/intersection/ref/1.png
- tests/content/intersection/test.typ
- tests/content/padding/ref/1.png
- tests/content/padding/test.typ
- tests/content/ref/1.png
- tests/content/rotation/ref/1.png
- tests/content/rotation/test.typ
- tests/content/rtl/ref.png
- tests/content/rtl/ref/1.png
- tests/content/rtl/test.typ
- tests/content/span/ref/1.png
- tests/content/span/test.typ
- tests/content/transform/ref/1.png
- tests/content/transform/test.typ
- tests/coordinate-lerp/ref/1.png
- tests/coordinate/custom/ref/1.png
- tests/coordinate/lerp/ref/1.png
- tests/coordinate/lerp/test.typ
- tests/coordinate/project/ref/1.png
- tests/coordinate/project/test.typ+21
- tests/element-anchors/ref/1.png
- tests/grid/ref/1.png
- tests/grid/test.typ+21-7
- tests/intersection/ref/1.png
- tests/intersection/test.typ+13
- tests/line-element-element-intersection/ref/1.png
- tests/line-element-element-intersection/test.typ+44-14
- tests/mark-position/test.typ-1
- tests/mark/shapes/ref/1.png
- tests/mark/shapes/test.typ+23
- tests/mark/zero-length-path/ref/1.png
- tests/mark/zero-length-path/test.typ+14
- tests/merge/ref/1.png
- tests/merge/test.typ+41
- tests/rotate-around/ref/1.png
- tests/shapes/compound-path/ref/1.png
- tests/shapes/compound-path/test.typ+11
- tests/shapes/merge-path/ref/1.png
- tests/shapes/merge-path/test.typ+22
- tests/shapes/n-star/ref/1.png
- tests/shapes/n-star/test.typ+7-12
- tests/style/fold-stroke/ref/1.png
- tests/style/fold-stroke/test.typ+98
- tests/style/inheritance/base/test.typ+71
- tests/style/inheritance/ref/1.png
- tests/style/inheritance/test.typ+3-3
- tests/tangent/ref/1.png
- tests/tangent/test.typ+41
- tests/tree/ref/1.png
- tests/tree/test.typ+14
- typst.toml+1-1
0 commit comments