Rubem Vasconcelos Pacelli
Rubem Vasconcelos Pacelli
> The problem here is, that test gets resolve with the rotation active. This behavior is counterintuitive. `test` is set **before** any rotation is performed. How/why does `test` gets resolved...
:(
I am not sure how your idea would work. I just tried to help Cetz saying that it is reasonable `test` isn't changed by transformations made after its definition. If...
Hi there! A potentially interesting aspect about this issue: ```typ #import "@preview/cetz:0.2.2": canvas, draw, coordinate #import draw: * #set page(width: auto, height: auto, margin: .5cm) #canvas({ rect((0,0), (1,1), name: "rect")...
> You can use set-origin(), which allows passing any coordinate, including polar Yeah, that might be a workaround. > But I think adding said functionality to translate is a good...
> @tapyu what are the cases where being able to translate with polar coordinates are useful? Examples etc. Okay, I can give a very illustrative example: ```typ #import "@preview/cetz:0.2.2": canvas,...
> Didn't we previously allow passing coordinates to translate but changed it in favour of set-origin? Well, I don't know, but in my POV it is an error. Being able...
So, can we finally agree that it is useful to translate in polar coordinates? :eyes:
Small correction, it should be `aux=$(wc -l | cut -d ' ' -f 1)`, we need to define the delimiter. Anyway, that is a good workaround, but it is a...
Consider another example ```sh # add submodule git submodule add $ is_branch: echo "" --- --map "grep -Pq '.+' && echo 'branch='" --header "are you adding submodule from a specific...