Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

radius: 1cm and frame: (stroke: none) #9

Open
marisbaier opened this issue Jan 8, 2025 · 1 comment
Open

radius: 1cm and frame: (stroke: none) #9

marisbaier opened this issue Jan 8, 2025 · 1 comment
Labels
question Further information is requested

Comments

@marisbaier
Copy link

marisbaier commented Jan 8, 2025

Great package!
Regarding the following example:
image
Is it possible to do the following things:
a) Fix the text being outside the circles
b) set the frame to have stroke: none

@johannes-wolf johannes-wolf added the question Further information is requested label Jan 8, 2025
@johannes-wolf
Copy link
Member

You can use cetz' scale:

#cetz.canvas({
  import cetz.draw: *
  scale(1.5)
  
  cetz-venn.venn3(not-abc-stroke: none, name: "venn")
  content("venn.a", [Geometrie])
  content("venn.b", [Algebra])
  content("venn.c", [Analysis])
})

Gives:
grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants