PgBiel
PgBiel
This one-liner appears to reproduce the same bug: ```typ #block(height: -1pt)[] ``` Full stacktrace ``` thread 'main' panicked at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/cmp.rs:907:9: assertion failed: min
Found a similar problem: ```typ #set text(-1pt) abc ``` Regressed with a panic on 0.12. Same reason (clamp), but elsewhere in flow code.
Good idea , though I think both ideas complement each other (the hayagriva link would lead to an issue template made for bib bugs, which adds the bug label and...
Hey, thanks for opening the issue! I've noticed this issue before too, and I admit it is not very simple to fix - it basically happens because it runs out...
Same here by exporting tablex-test to svg and opening in inkscape (to the left, the SVG as exported by typst with `typst c tablex-test.typ tablex-test-{n}.svg` at the tablex 0.0.5 tag;...
Here are the relevant uploads: Original SVG  Modified/"Fixed" SVG (defs moved to the top)  .typ files (export `tablex-test.typ` to `tablex-test-{n}.svg` and take the one with `-01`) [tablex.zip](https://github.com/typst/typst/files/12424309/tablex.zip)
Here are some more interesting results - typst's exported SVGs have a second `` element which didn't matter in my previous example as it was empty, for clip paths (i.e....
This might very well be a bug in inkscape. We could consider an SVG export implementation which just applies the workaround of moving the defs to the top (somehow efficiently).
With #273, affixes for bibliography entries are supported. I think citations should work too but I don't know of any failing cases in the first place. I'll be closing this...
> Adding a label wraps the frame in another frame, making the wrapper frame not empty. Could this affect introspection, e.g. by changing the page returned by `locate()`? Maybe we...