its my first PR so i'd like to know how to improve
this PR is just for adding support for variable radius for `block` elements, and added the option to set the font as an arguement like
```
#circuiteria.circuit(
length: 3em,
font: "JetBrains Mono",
{
import circuiteria: *
...
})
```
its my first PR so i'd like to know how to improve
Hi ! 👋 Thank you for your contribution !
The radius parameter is a great addition 👍
Regarding the font, I think it would simply be better not to set it in the diagram an let the user set it from outside via a show for example.
Could you revert that change and make a separate PR ?
Hi ! 👋 Thank you for your contribution !
The radius parameter is a great addition 👍
Regarding the font, I think it would simply be better not to set it in the diagram an let the user set it from outside via a show for example.
Could you revert that change and make a separate PR ?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
this PR is just for adding support for variable radius for
blockelements, and added the option to set the font as an arguement likeits my first PR so i'd like to know how to improve
mainto Add radius parameter to blockHi ! 👋 Thank you for your contribution !
The radius parameter is a great addition 👍
Regarding the font, I think it would simply be better not to set it in the diagram an let the user set it from outside via a show for example.
Could you revert that change and make a separate PR ?
@@ -11,2 +11,2 @@#let circuit(body, length: 2em) = {set text(font: "Source Sans 3")#let circuit(body, length: 2em, font: "Source Sans 3") = {set text(font: font)Would be better not to set the font at all
5eed5db6d8to1a0a659acePerfect, thank you 👍
does the pdf manual also needs to be updated or is it is done automatically or something?
Yes, it needs to be updated manually, but I can do that later
I'll create an issue to remember