Martin Herrmann

Results 6 issues of 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: ![1](https://github.com/typst/typst/assets/470243/5b489e5e-a642-4e38-b87b-6c12616a3f49) 2.svg: ![2](https://github.com/typst/typst/assets/470243/5c2d5552-cdbc-4ad7-8894-fd0dd7e74269) arrows.typ: ```typst 1.svg: #image("1.svg",...

bug
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): ![Typst result](https://github.com/typst/typst/assets/470243/53cad5a4-d3e8-4fa6-8a9f-769ad8a47e1c) It seems...

feature request
layout
good contribution

**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...

bug

### Description Example document: ``` = Foo#footnote[Bar] ``` The footnote in the heading is OK (but see #1880 for another issue when an outline is added): ![Footnote in heading](https://github.com/typst/typst/assets/470243/2d658234-6bdc-4e1d-a19a-2eb328f27f5a) However,...

bug
pdf