A little tutorial for Inkscape to create gradients that follow a path. This technique is also useful to create some abstract stuff. Just check the tutorial to see what i mean.
This tutorial is a teamwork of Malte Rödl ( you can visit his webpage here > [link] ) and me.
You can download a pdf version by hitting the download button.
Machst nen SVN Checkout, is ganz einfach: mkdir ~/svn (Ordner für svn erstellen, kannste nennen wie de willst, musst dann halt nur mit cd in deinen Ordner wechseln) cd ~/svn svn co https://inkscape.svn.sourceforge.net/svnroot/inkscape/inkscape/trunk inkscape cd inkscape ./autogen.sh ./configure --with-python --with-perl --prefix=/usr (benutze ich, kannst die Parameter auch weglassen bzw. anpassen, Standard Prefix is /usr/local glaub ich) make sudo make install sudo cp /usr/share/inkscape/icons/tango_icons.svg /usr/share/inkscape/icons/icons.svg (wenn de die Tango Icons nutzen willst)
Dauert zwar nen kleinen Moment bis es "gebacken" ist, aber lohnt sich.
Beim "svn co link" gehört das "inkscape" noch mit ran, also "svn co link inkscape" (Ordner mit dem Namen inkscape wird erstellt und die Daten aus der svn kommen hinein)
Great stuff, had no idea that marker feature would be so useful when i added it. Love that about contributing to inkscape, people always come up with clever ways to use things that you cant predict.
Devious Comments
--
Enjoy your life. You only have one.
--
...cup is empty! | Blog (german)
--
Enjoy your life. You only have one.
mkdir ~/svn
(Ordner für svn erstellen, kannste nennen wie de willst, musst dann halt nur mit cd in deinen Ordner wechseln)
cd ~/svn
svn co https://inkscape.svn.sourceforge.net/svnroot/inkscape/inkscape/trunk inkscape
cd inkscape
./autogen.sh
./configure --with-python --with-perl --prefix=/usr
(benutze ich, kannst die Parameter auch weglassen bzw. anpassen, Standard Prefix is /usr/local glaub ich)
make
sudo make install
sudo cp /usr/share/inkscape/icons/tango_icons.svg /usr/share/inkscape/icons/icons.svg (wenn de die Tango Icons nutzen willst)
Dauert zwar nen kleinen Moment bis es "gebacken" ist, aber lohnt sich.
--
...cup is empty! | Blog (german)
--
...cup is empty! | Blog (german)
--
...cup is empty! | Blog (german)
Super Tutorial!
Previous Page123 Next Page