
Search found 19 matches
- Wed Nov 02, 2016 3:54 am
- Forum: Inkscape Resources
- Topic: Inkscape Open Symbols
- Replies: 1
- Views: 5698
Inkscape Open Symbols
Please, see https://github.com/Xaviju/inkscape-open-symbols for open source SVG icon sets to use as Inkscape symbols. Also, all available icons can be ungrouped and easily remixed. 

- Wed Nov 02, 2016 3:52 am
- Forum: News, Events & Developments
- Topic: Some Inkscape crowdfunding going on
- Replies: 2
- Views: 8706
Re: Some Inkscape crowdfunding going on
See also https://www.bountysource.com/trackers/459306-inkscape with bounties that can be collected
- Thu Mar 17, 2016 8:52 pm
- Forum: General Discussions
- Topic: Help development by donating to bounties
- Replies: 5
- Views: 1461
Re: Help development by donating to bounties
Well, more than one person back ban issue. Apparently some of the issues I backed yesterday are almost available in a release. Please, use those to test if all works well.
- Wed Mar 16, 2016 7:50 pm
- Forum: General Discussions
- Topic: Help development by donating to bounties
- Replies: 5
- Views: 1461
Help development by donating to bounties
On BountySource I have added some bounties on bugs and features requests for Inkscape. If you also want to back certain issues to get solved, please donate too via PayPal or Bitcoin. The money goes to the developer which closes the issue. As Inkscape is open source not much recognition in terms of m...
- Wed Nov 26, 2014 2:03 am
- Forum: Inkscape Resources
- Topic: New inkscape extension: Export PDF in CMYK and TIFF in CMYK
- Replies: 39
- Views: 79892
Re: New inkscape extension: Export PDF in CMYK and TIFF in C
Any progress on getting CMYK export support for Inkscape. According to http://libregraphicsworld.org/blog/entr ... evelopment I am willing do donate/support the developer that makes this work.
- Wed Dec 05, 2012 7:22 am
- Forum: SVG / XML Code
- Topic: How to combine translate() and rotate() into matrix()
- Replies: 9
- Views: 9554
Re: How to combine translate() and rotate() into matrix()
The rotation matrix I can follow, see also https://en.wikipedia.org/wiki/Rotation_matrix It is the cx and cy which are a mystery to me.
- Thu Nov 01, 2012 10:43 pm
- Forum: Inkscape Resources
- Topic: New inkscape extension: Export PDF in CMYK and TIFF in CMYK
- Replies: 39
- Views: 79892
Re: New inkscape extension: Export PDF in CMYK and TIFF in C
I tested again on 2012-11-01 on Ubuntu 21.04 LTS with Inkscape 0.48.3.1-1ubuntu1 and these are my findings: 1) http://wiki.inkscape.org/wiki/index.php/ExportPDFCMYK can say you can also document to install the two files in ~/.config/inkscape/extensions This will make it easier for people that do not...
- Thu Nov 01, 2012 10:09 pm
- Forum: SVG / XML Code
- Topic: How to combine translate() and rotate() into matrix()
- Replies: 9
- Views: 9554
- Thu Nov 01, 2012 10:08 pm
- Forum: SVG / XML Code
- Topic: How to extract text from SVG file with XSLT
- Replies: 2
- Views: 5286
- Sun Sep 30, 2012 1:45 am
- Forum: SVG / XML Code
- Topic: How to extract text from SVG file with XSLT
- Replies: 2
- Views: 5286
How to extract text from SVG file with XSLT
I want to extract all text from an SVG file with XSLT to do proofreading and spelling and grammar checking. Here http://www.w3.org/2002/05/svg2stuff.html are two examples of which only the second is not working but the third is working. I have optimsed it to: <xsl:stylesheet version="2.0" ...
- Mon Sep 17, 2012 9:04 pm
- Forum: Help with using Inkscape
- Topic: How to use /usr/share/inkscape/gradients ?
- Replies: 7
- Views: 2986
Re: How to use /usr/share/inkscape/gradients ?
OK, thanks. I will add my ideas to the appropriate existing bug reports. Also improve my last remark with something like "when the unused gradients were not available in the SVG upon opening it" For me, this thread can be closed.
- Mon Sep 17, 2012 7:48 pm
- Forum: Help with using Inkscape
- Topic: How to use /usr/share/inkscape/gradients ?
- Replies: 7
- Views: 2986
Re: How to use /usr/share/inkscape/gradients ?
OK, thanks, that works. Would it be OK to create a feature request that .ggr files in ~/.config/inkscape/gradients/ and /usr/share/inkscape/gradients/ are always available in the linear and radial gradient fill selection without them being imported into the current SVG until the get selected? Also, ...
- Mon Sep 17, 2012 6:06 pm
- Forum: Help with using Inkscape
- Topic: How to use /usr/share/inkscape/gradients ?
- Replies: 7
- Views: 2986
Re: How to use /usr/share/inkscape/gradients ?
Copying a .ggr file to /usr/share/inkscape/gradients does not offer that gradient in Inkscape. Dragging and dropping a gradient from GIMP to Inkscape has no effect either. Also no errors are reported. Can you give me please preciese instrcutions how to do this with some screenshots? Mostly, I am int...
- Mon Sep 17, 2012 5:51 pm
- Forum: SVG / XML Code
- Topic: How to combine translate() and rotate() into matrix()
- Replies: 9
- Views: 9554
Re: How to combine translate() and rotate() into matrix()
In this case I need/want to calculate it myself because my script is inserting different rotations for different objects. I think I need to combine the translation of (x+4,y+321.187) in matrix form with the rotation to get the final matrix. [1 0 4 ] [0.707 -0.707 k] [0.707 -0.707 222.490] [0 1 321.1...
- Sat Sep 15, 2012 10:12 pm
- Forum: Help with using Inkscape
- Topic: How to use /usr/share/inkscape/gradients ?
- Replies: 7
- Views: 2986
How to use /usr/share/inkscape/gradients ?
How can I use /usr/share/inkscape/gradients ? There are no gradients files at the moment. Are they the same format as GIMP's gradients? How do I use them in Inkscape?
- Sat Sep 15, 2012 8:36 pm
- Forum: Inkscape Resources
- Topic: New inkscape extension: Export PDF in CMYK and TIFF in CMYK
- Replies: 39
- Views: 79892
Re: New inkscape extension: Export PDF in CMYK and TIFF in C
I would like to test on Linux but for some reason Google Translate cannot process the two pages listed above. Perhaps this can be made avaiable via the Launchpad PPA inkscape-trunk?
- Fri Sep 14, 2012 1:16 am
- Forum: SVG / XML Code
- Topic: How to combine translate() and rotate() into matrix()
- Replies: 9
- Views: 9554
How to combine translate() and rotate() into matrix()
Hi all, I have an SVG file with objects that have a translate(). I would like to rotate these objects but a combination of translate() and rotate() is not succesful. When I reverse engineer what Inkscape is doing, I see after rotation, around the objects center, a matrix() replace the translate(). T...
- Wed Dec 01, 2010 6:40 am
- Forum: Inkscape Resources
- Topic: New inkscape extension: Export PDF in CMYK and TIFF in CMYK
- Replies: 39
- Views: 79892
Re: New inkscape extension: Export PDF in CMYK and TIFF in CMYK
With only some simple shapes in the same version of Inkscape, I also get: convert: unable to open image `/tmp/separatedbackgroundC.png': @ error/blob.c/OpenBlob/2498. convert: unable to open file `/tmp/separatedbackgroundC.png' @ error/png.c/ReadPNGImage/3072. convert: missing an image filename `/tm...
- Wed Dec 01, 2010 6:34 am
- Forum: Inkscape Resources
- Topic: New inkscape extension: Export PDF in CMYK and TIFF in CMYK
- Replies: 39
- Views: 79892
Re: New inkscape extension: Export PDF in CMYK and TIFF in CMYK
I have installed the extension in Inkscape 0.48.0-1ubuntu1 and tried to save me design with bitmap, text and shapes to CMYK PDF and got the following error. Can this be fixed please? I'm willing to test improved implementation because Inkscape simply has to support at least CMYK exporting. convert: ...