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

Masking, combining and/or filling shapes #128

Open
maxmcd opened this issue May 22, 2020 · 1 comment
Open

Masking, combining and/or filling shapes #128

maxmcd opened this issue May 22, 2020 · 1 comment

Comments

@maxmcd
Copy link

maxmcd commented May 22, 2020

image

I'm trying to construct a dodecagon from arcs. Is it possible to combine shapes or fill areas created by multiple overlapping shapes?

eg: I wanted to fill in the area between the black arcs in this diagram to create a shape that looks a little like a 4-petaled flower.

@blad
Copy link
Contributor

blad commented Aug 22, 2020

From what I can tell...you'd have to find a way to draw shapes that fill up the target area or paint around it to make the shape you want. The petals in your example can be made of a combination of 3 arcs and 1 triangle.

ronin-20Q11-654931

You can find the Lain code here: https://gist.github.com/blad/e014ad6cf48de4ad9aa8e98475660184

It's more complex than I'd like.

Using Dotgrid or an SVG program then importing the SVG into Ronin might yield better results and readable code.

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

No branches or pull requests

2 participants