creating fillable shape from lines
-
- Posts: 2
- Joined: Sat Apr 16, 2011 10:54 am
creating fillable shape from lines
I'm trying to create a fillable shape from lines. For example I draw 3 lines that I "connect" with "snap to cuspnode" to make a triangle. But I can not fill that shape. I tried Ctrl-K and Boolean and stuff like that, but it doesn't become a shape that I can fill. Does anybody know how to do this?
Re: creating fillable shape from lines
If you're really wanting to simply draw a triangle, do the following:
1. Draw a rectangle
2. Object to path
3.
and delete one node
If you want an isosceles triangle you can select one rectangle side and add a node then delete the two corner nodes.
1. Draw a rectangle

2. Object to path
3.

If you want an isosceles triangle you can select one rectangle side and add a node then delete the two corner nodes.
Re: creating fillable shape from lines
inkscapesuperman wrote:I'm trying to create a fillable shape from lines. For example I draw 3 lines that I "connect" with "snap to cuspnode" to make a triangle. But I can not fill that shape. I tried Ctrl-K and Boolean and stuff like that, but it doesn't become a shape that I can fill. Does anybody know how to do this?
Even unclosed shapes can have a fill. What do you mean by "fillable"?
-Rob A>
Re: creating fillable shape from lines
inkscapesuperman wrote:I'm trying to create a fillable shape from lines. For example I draw 3 lines that I "connect" with "snap to cuspnode" to make a triangle. But I can not fill that shape. I tried Ctrl-K and Boolean and stuff like that, but it doesn't become a shape that I can fill. Does anybody know how to do this?
A two-node path can show a fill in the bottom left swatch but you won't see it on canvas because the path has only one dimension (no area).
But you are almost there with control-K which combines the three two-node paths into one six-node but disjointed path. Now you have to select each pair of overlapping nodes with the

A quicker solution would be to use the bucket fill tool

Naturally you can use the bezier pen

But the fastest way to get a triangle is to use the star tool

Your mind is what you think it is.
-
- Posts: 2
- Joined: Sat Apr 16, 2011 10:54 am
Re: creating fillable shape from lines
druban wrote:But you are almost there with control-K which combines the three two-node paths into one six-node but disjointed path. Now you have to select each pair of overlapping nodes with the- draw a small marquee that encloses just the two nodes you want to join - and click the third icon in the control bar, 'join selected nodes'.
That's what I need! Thanks!
I'm drawing more complex shapes than triangles. I was just figuring out how to do it with a triangle because it's the simplest shape.