Martin Herrmann
Martin Herrmann
### Description Since Typst 0.11, some arrow heads in SVG files are no longer rendered. ### Example SVG files (both from Inkscape): 1.svg:  2.svg:  arrows.typ: ```typst 1.svg: #image("1.svg",...
This caused wrong path interpretation if a 'Z' command was followed by a relative movement.
All the other CPU masks have one bit set. This one had two.
Example document: ``` #set heading(numbering: "1.1") #outline(indent: auto) = One == One point one: #lorem(20) == One point two ``` Result for the outline (Typst 0.8):  It seems...
**Describe the bug** With `axes: (rtl, ttb)` (instead of the default `(ltr, ttb)`), relative coordinate shorthand `"r"` moves left instead of right. Similarly, with `axes: (ltr, btt)`, relative coordinate shorthand...
### Description Example document: ``` = Foo#footnote[Bar] ``` The footnote in the heading is OK (but see #1880 for another issue when an outline is added):  However,...