Add radius parameter to block #12
Reference in New Issue
Block a user
No description provided.
Delete Branch "Shmerlard/circuiteria:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this PR is just for adding support for variable radius for
block
elements, 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
5eed5db6d8
to1a0a659ace
Perfect, 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