Hi,
I want to make custom patterns (carbon fiber pattern look alike) with gradients.
Is it possible ?
It looks like no. I added my pattern + gradient to /usr/share/inkscape/patterns/patterns.svg but it doesn't appear.
Any idea/pointers ?
gradient custom patterns : how to ?
Re: gradient custom patterns : how to ?
I had the same problem with inkscape's pattern directory and saving svg based patterns into it..
So until this gets fixed:
a. I create some of my base patterns in inkscape and then export .png them to another awesome program purpose built for patterns (freeware) http://www.imagelys.com
hope this helped..
So until this gets fixed:
a. I create some of my base patterns in inkscape and then export .png them to another awesome program purpose built for patterns (freeware) http://www.imagelys.com
hope this helped..
Re: gradient custom patterns : how to ?
You might look into the Filters Editor. There may be a way to make what you want as a filter rather than pattern (both are bitmaps). Just a quick thought 

Basics - Help menu > Tutorials
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Re: gradient custom patterns : how to ?
Hi,
No, this can't be done with filters. You can make interesting patterns like wood, marble,metal, bubbles but you can't do carbon fiber pattern or any "regular" ones ("greek" patterns, escher look alike...)
I'd rather use svg rather than bitmap.
Thanks anyway.
No, this can't be done with filters. You can make interesting patterns like wood, marble,metal, bubbles but you can't do carbon fiber pattern or any "regular" ones ("greek" patterns, escher look alike...)
I'd rather use svg rather than bitmap.
Thanks anyway.
Re: gradient custom patterns : how to ?
Patterns:
Create a pattern, select all the objects that you want to make up the pattern and go
Object -> Pattern -> Object to Pattern.
Patten should then be avalable from fill and stroke dialogue in that file.
The objects makking up the patter n can be anything you like and can have gradient fills if desired.
Adding default Gradients:
Custum gradient definitions have to be added to the default template (the svg file that is loaded when you go file->new), found by going \Inkscape\share\templates (windows).
Adding defult Patterns:
To add a new default pattern (so that the same pattern is avalibe in all your files)
You have to edit the patterns.svg file (\Inkscape\share\patterns\patterns.svg on windows)
1) create the pattern as above,
2) open the svg file in an editer, and copy the patten def from one file to the patterns.svg file.
3) You then have to edit the defenition to add inkscape:stockid="name of pattern" and inkscape:collect="always" so that it will show up in the pattern dropdown meue for all futer files you create
Create a pattern, select all the objects that you want to make up the pattern and go
Object -> Pattern -> Object to Pattern.
Patten should then be avalable from fill and stroke dialogue in that file.
The objects makking up the patter n can be anything you like and can have gradient fills if desired.
Adding default Gradients:
Custum gradient definitions have to be added to the default template (the svg file that is loaded when you go file->new), found by going \Inkscape\share\templates (windows).
Adding defult Patterns:
To add a new default pattern (so that the same pattern is avalibe in all your files)
You have to edit the patterns.svg file (\Inkscape\share\patterns\patterns.svg on windows)
1) create the pattern as above,
2) open the svg file in an editer, and copy the patten def from one file to the patterns.svg file.
3) You then have to edit the defenition to add inkscape:stockid="name of pattern" and inkscape:collect="always" so that it will show up in the pattern dropdown meue for all futer files you create
Re: gradient custom patterns : how to ?
v1nce_2010 wrote:Hi,
I want to make custom patterns (carbon fiber pattern look alike) with gradients.
Is it possible ?
It looks like no. I added my pattern + gradient to /usr/share/inkscape/patterns/patterns.svg but it doesn't appear.
Any idea/pointers ?
Yes you can.
After creating a pattern you can follow these instruction: http://www.silent9.com/blog/archives/14 ... scape.html to add them to the inkscape default pattern "space".
Alternately, just keep your pattern in a patterns.svg file that is otherwise empty (no drawing objects) and import it into any other drawing, then you can access those patterns.
-Rob A>