summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/visualize
AgeCommit message (Collapse)Author
2023-10-30Fixed typos (#2524)Fritz Rehde
2023-10-10Fix clipping when a box/block has a `radius` (#2338)Sébastien d'Herbais de Thun
2023-10-05Fix crashes with infinite lengths (part 2) (#2298)bluebear94
2023-10-03Gradient Part 2 - Linear gradients (#2279)Sébastien d'Herbais de Thun
2023-09-28initial Romanian support (#2246)DVDTSB
2023-09-27Refactor image handlingLaurenz
2023-09-25feat: inital Hungarian language support (#2229)FlyinPancake
2023-09-19Allow multiple fallback fonts in SVGs (#2122)Eric Biedert
2023-09-11First-class typesLaurenz
Makes types first-class values.
2023-09-09Fix font family mismatch between Typst and usvgLaurenz
Fixes #2051
2023-08-31Add regular polygons to visualize (#1215)Reid Johnson
2023-08-30Fix typo in docs of `decode` method for image (#2046)Kevin K
2023-08-29More type safety for spansLaurenz
2023-08-25Add Finnish translations (#1996)Kivi Kaitaniemi
2023-08-20Local names for Chinese and Traditional Chinese (#1919)Kingfree
2023-08-07Touch up docsLaurenz
2023-08-05Decode image (#1810)Beiri22
2023-08-04Bytes typeLaurenz
- Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function
2023-07-11Add fields and methods to several primitives (#790)Pg Biel
2023-07-06Add Japanese translation for LocalName (#1662)Shogo Takata
2023-07-02Move everything into `crates/` directoryLaurenz