summaryrefslogtreecommitdiff
path: root/tests/typ/visualize
AgeCommit message (Collapse)Author
2023-08-05Decode image (#1810)Beiri22
2023-08-03layout::par::finalize: Bound allotted width when fitting to width (#1828)bluebear94
Sometimes, optimized line breaking outputs lines that are wider than the allotted width so that spacing between words can be narrowed to fit. However, the width calculation for the fit-to-width case does not account for this, causing the resulting width to exceed the width of the region. This commit takes the minimum of the calculated width with the width of the region. Fixes #1825.
2023-06-28Reintroduce `--root`Laurenz
2023-06-27Basic package managementLaurenz
2023-06-06Improve value casting infrastructureLaurenz
2023-04-26Touch up docsLaurenz
2023-04-23Fix 0pt strokes (#923)Pg Biel
2023-04-20Add alt text to image function and PDF (#823)Martin Haug
2023-04-19path: Use close_path() for closing paths (#801)Johannes Wolf
2023-04-19Give more specific error messages (#881)Leedehai
2023-04-18Handle SVG with textLaurenz
2023-04-13Add support for more complex strokes (#505)Birk Tjelmeland
2023-04-06Unpacking syntax (#532)Marmare314
Closes #341
2023-04-06Fix path and polygon strokesLaurenz
2023-04-06Path support (#536)SekoiaTree
2023-03-28A bit more polygon docsLaurenz
2023-03-28Add polygon drawing primitive (#314)Olle Lögdahl
2023-03-08Require font to be a named argumentLaurenz
2023-02-17Fix error handling after hashtagLaurenz
2023-02-12Require colon in show ruleLaurenz
2023-02-12Make all nodes block-levelLaurenz
2023-02-12Let line have an extentLaurenz
2023-01-31Move assetsLaurenz
2023-01-27Hashtags everywhere!Laurenz
2022-12-30Clamp shape radiiLaurenz
2022-12-21Document `line` functionLaurenz
2022-12-21Split up and document shapesLaurenz
2022-12-15Reflection for castablesLaurenz
2022-12-09Align set ruleLaurenz
2022-11-29Reorganize library and testsLaurenz