Jack

Results 68 comments of Jack

If we are still aiming for modifiers in 0.3.0, can this be blocked until modifiers are implemented? Then we can use whatever system works for modifiers.

Didn't we previously allow passing coordinates to `translate` but changed it in favour of `set-origin`? @tapyu what are the cases where being able to translate with polar coordinates are useful?...

You can just pass it to `anchor` on the group, it'll reposition relative to the default anchor. Which for groups is the center anchor. Once #477 is merged (sometime today)...

This would effectively resolve #446

Considering what I've detailed in #467 I don't agree. Restricting modifiers to be like this feels like a waste of potential. Decorations should really be a subset of modifiers.

I'm happy to continue using `modifier`, but I think using `show-*` would help to draw a parallel to Typst's `show` rules. I don't like `decoration`. I would really like to...

Probably should have updated this sooner but a documentation site is setup! Well at least the infrastructure/site is, the actual content and stuff still need to be moved over to...

We can't currently draw holes at all as we are using typst's `path` function to draw the paths. It might be possible by splitting up the shape and handling it...

This is working as intended. Any style that is `auto` copies the value of its nearest parent (or at least should in 0.1.2, definitely in 0.2). In this case the...

I think this is solved as we can't reproduce this in 0.2.2, we also don't remember what the problem was or when we fixed it :)