Search found 78 matches
- Thu Nov 21, 2013 12:02 pm
- Forum: General Discussions
- Topic: Can't change width of line after scaling combined object
- Replies: 1
- Views: 1803
Re: Can't change width of line after scaling combined object
It is the way SVG behaves. You have all the children (objects in the group) defined as having no stroke color. Basically telling Inkscape and other SVG interpreters to display nothing. When you change the groups stroke color, it will change that only for objects that have a style property defined. E...
- Thu Nov 21, 2013 11:32 am
- Forum: Help with using Inkscape
- Topic: Where can I change the color balance in Inkscape?
- Replies: 4
- Views: 2953
Re: Where can I change the color balance in Inkscape?
Hello Galvatron, There are ways to do it in Inkscape, unfortunately no easy way. One way is to use the filter editor and muck around with that. The other way is using the XML editor, find the filter applied and change the basic (yellow) color to something more to your fancy in the SVG code. I person...
- Thu Nov 21, 2013 11:25 am
- Forum: Help with using Inkscape
- Topic: I need to save an svg with some transparency as an EPS.
- Replies: 3
- Views: 1774
Re: I need to save an svg with some transparency as an EPS.
Hello Shinjui, I am really curious as to what you have made here. If you can save it as a pdf that will tell a bit. The problem could liein converting transparancies, but there shouldn't be anything to prevent saving to eps. Could you give a link to the file you are talking about, so we can have a l...
- Wed Apr 10, 2013 4:55 pm
- Forum: Help with using Inkscape
- Topic: SVG text size and position confusion
- Replies: 1
- Views: 2157
Re: SVG text size and position confusion
Hi James, It seems to be related to the font used. Probably the kerning of the font starts at x: -6.9352403 When I opened it in Inkscape on my Linux box the postion had move to -7.8 for Sans, whereas using Arial gave me a x: 0. The kerning of a font is taken from the font file itself and then passed...
- Fri Mar 29, 2013 6:57 pm
- Forum: Help with using Inkscape
- Topic: Non blurry eps in pdf from matlab to latex through inkscape
- Replies: 2
- Views: 2380
Re: Non blurry eps in pdf from matlab to latex through inksc
Hi Mojave,
No idea why as I cannot see the dropbox content. Are you using bitmapped fonts? Do you open the eps as editable? Do you save the text as text or as paths? Just a few things that strike my mind when it comes to eps exports.
No idea why as I cannot see the dropbox content. Are you using bitmapped fonts? Do you open the eps as editable? Do you save the text as text or as paths? Just a few things that strike my mind when it comes to eps exports.
- Fri Mar 29, 2013 6:53 pm
- Forum: Help with using Inkscape
- Topic: I'm a noobee and I have a simple question....
- Replies: 4
- Views: 1389
Re: I'm a noobee and I have a simple question....
As a Coreldraw user you will easily get used to Inkscape, but the nice way of configuring the whole user interface to your personal preference is not here. You'll also miss the object manager a lot, though the XML editor comes a decent way in the direction and is more powerful in some respects. Part...
- Fri Mar 29, 2013 6:40 pm
- Forum: Help with using Inkscape
- Topic: To avoid DXF output rescaling
- Replies: 2
- Views: 2085
Re: To avoid DXF output rescaling
Inkscape uses a internal default of 90dpi. That is sad news for anyone who uses mm as everything get's these nice values of 3.45etc px/mm I guess it has to do with this property. I once suggested a setting in Inkscape to define the amount of pixels per unit by the user rather than 90px/Inch so you c...
- Fri Mar 29, 2013 6:33 pm
- Forum: Help with using Inkscape
- Topic: how to save to eps without blurring?
- Replies: 1
- Views: 1094
Re: how to save to eps without blurring?
Hi Mituran, Try changing the font into Arial, Sans or something like it. I suspect you've used a bitmapped or system font for the original. Otherwise converting text to path may be a good option. Make sure though that you do that on a copy of the original and not in the original itself as it is a on...
- Fri Mar 29, 2013 6:28 pm
- Forum: Programming
- Topic: Inkscape Internal Function
- Replies: 1
- Views: 1651
Re: Inkscape Internal Function
Hi Atomissant,
Try dig through these wiki area's. In the tutorials by Tavmjong you can also find info on how to use the command line in Inkscape if that would suffice.
http://wiki.inkscape.org/wiki/index.php/Extensions
http://wiki.inkscape.org/wiki/index.php/DeveloperManual
Try dig through these wiki area's. In the tutorials by Tavmjong you can also find info on how to use the command line in Inkscape if that would suffice.
http://wiki.inkscape.org/wiki/index.php/Extensions
http://wiki.inkscape.org/wiki/index.php/DeveloperManual
- Fri Mar 29, 2013 6:08 pm
- Forum: Help with using Inkscape
- Topic: How do I import Inkspace images into Adobe After Effects 6?
- Replies: 1
- Views: 5437
Re: How do I import Inkspace images into Adobe After Effects
Well,.. Illustrator CS5 has a rather decent SVG export now, creating very clean code unlike previous versions. The import however is a bit different as AI has a very limited support of SVG really (basically SVG Tiny 1.2) to cater for the mobile world. Adobe however is not really the kind of company ...
- Fri Mar 29, 2013 5:57 pm
- Forum: Programming
- Topic: Exporting specially named groups as multiple formats
- Replies: 7
- Views: 3963
Re: Exporting specially named groups as multiple formats
Hi nalaurethsulfate ;-) Interestingly there was a discussion on the developers list recently on this topic. Unfortunately it stranded in bickering about save v.s. export, but the basic idea that the current export to .png could easily be extended to all other formats supported by Inkscape stands vin...
- Fri Mar 29, 2013 5:48 pm
- Forum: Inkscape & the Web
- Topic: Is 'align center' (non-flowed) text in SVG code possible?
- Replies: 1
- Views: 5934
Re: Is 'align center' (non-flowed) text in SVG code possible
Hello Ravinoff, The text frame used in Inkscape is not part of the SVG 1.1 standard and as such is not saved as SVG code, but as an InkscapeXML extension. Inkscape then can read it, but no other parsers can. SVG 2.0 seems to inherit this format proposed for SVG 1.2 in 2004!!! This why you should con...
- Tue Jan 08, 2013 4:51 pm
- Forum: Help with using Inkscape
- Topic: Clipping help
- Replies: 4
- Views: 1398
Re: Clipping help
Hi AA,
It's a bug. The only way you can prevent selecting the friggin object is you put it on a separate layer and lock that. I know exactly what you mean.
Cheers,
Jelle
It's a bug. The only way you can prevent selecting the friggin object is you put it on a separate layer and lock that. I know exactly what you mean.
Cheers,
Jelle
- Sun Jan 06, 2013 9:43 pm
- Forum: Off topic
- Topic: Searching volunteers in community for open source software
- Replies: 3
- Views: 4077
Re: Searching volunteers in community for open source softwa
Ehm,.. vectorising this thing you call a logo won't be a problem, but really Giovanni... This thing is as ugly as hell. Would you mind making this a proper contest and let people here give it a go to come up with something decent? Someone took two picture, stuck 'm together and pasted some text on t...
- Sun Jan 06, 2013 8:20 pm
- Forum: Help with using Inkscape
- Topic: Importing text
- Replies: 12
- Views: 3426
Re: Importing text
Hello Pshute, I think the easiest way is to do it with a bit javascript and a browser. Just read the text file using a string function to read word by word and then add some SVG code around it, dump the result to your browser window and save it as a new svg file. That way you have a fast method to c...
- Mon Dec 31, 2012 6:40 am
- Forum: Help with using Inkscape
- Topic: Issue with using color gestures on groups
- Replies: 6
- Views: 2124
Re: Issue with using color gestures on groups
I have no clue what you exactly do to unset the fill when you group some items, but I can try to explain inheritance of object properties. You have a parent object and its children. So if you group something you create the parent object and if you then set a fill color, all the children (the objects...
- Mon Dec 31, 2012 6:28 am
- Forum: General Discussions
- Topic: Why has the Inkscape team given up on OS X?
- Replies: 18
- Views: 28794
Re: Why has the Inkscape team given up on OS X?
Basically what's needed is a guy with a Mac and the ability to run the makefile to create a binary for the Mac. I personally never liked the vendor lock in that Apple has been playing since ever, so no Macs for me. Well,.. and the shuffle puck mouse ;-) Problem seems to be that there are so few tech...
- Thu Dec 27, 2012 3:00 am
- Forum: Help with using Inkscape
- Topic: Coloring Lines
- Replies: 4
- Views: 1472
Re: Coloring Lines
Alternatively use the fill bucket on it. Just make sure the paths are closed for that. That however is the quick and dirty way of doing it.
- Thu Dec 27, 2012 2:57 am
- Forum: Help with using Inkscape
- Topic: TEXT (Put on path) upside down
- Replies: 27
- Views: 35466
Re: TEXT (Put on path) upside down
Ehm,.. I think I get what you mean. And if you think about it for a minute it is logic as well. Your text is following a path,.... and my guess is, that that's a circle, right? Well, a circle starts at s point at 0 degrees, and goes all the way around clockwise to the end at 360 degrees. What you wi...
- Thu Dec 27, 2012 2:44 am
- Forum: Help with using Inkscape
- Topic: Recommended graphics tablet for Lubuntu
- Replies: 3
- Views: 3327
Re: Recommended graphics tablet for Lubuntu
Any graphics tablet that works on Linux should work in Inkscape. It's just an input device that is handled by the OS. Inkscape has little to do with that. Only when it comes to pressure sensitiveness it has to be supported by Inkscape, which it does. I had good experience using a Wacom Bamboo and on...
- Fri Dec 21, 2012 4:12 pm
- Forum: General Discussions
- Topic: I created an SVG with a bunch of objects, I want to break up
- Replies: 5
- Views: 2488
Re: I created an SVG with a bunch of objects, I want to brea
Alternatively: - Make a backup copy of the document (just in case you're like me) - Select everything except the part you want to keep and press CTRL+C - Pres DEL (unfortunately CTRL+DEL doesn't work in Inkscape) - Save as newfilename - Press CTRL+V - repeat several times. The advantage is that you ...
- Fri Dec 21, 2012 4:02 pm
- Forum: Help with using Inkscape
- Topic: Font issue on Windows - Invisible characters
- Replies: 9
- Views: 34945
Re: Font issue on Windows - Invisible characters
Here's a nice article on the register about it. Just uninstall the update if it bothers you or face the doom of the remote chance of having a virus infected font in your machine. It borked MSoffice apps as well btw.
http://www.theregister.co.uk/2012/12/17 ... lls_fonts/
http://www.theregister.co.uk/2012/12/17 ... lls_fonts/
- Fri Dec 21, 2012 3:57 pm
- Forum: Help with using Inkscape
- Topic: OpenType Palette
- Replies: 1
- Views: 1464
Re: OpenType Palette
I guess it's beautiful, but I guess you'll have to know exactly what the unicode numbers are for your swishes and stuff in order to access them. Typing in ALT+number should show them on screen, but Inkscape doesn't display the whole character set of a font. Try that with traditional Chinese.. 180.00...
- Fri Dec 21, 2012 3:51 pm
- Forum: Help with using Inkscape
- Topic: SVG font editor - unexpected kerning crash
- Replies: 1
- Views: 1730
Re: SVG font editor - unexpected kerning crash
Hi Iorweth, Could you add a link to the SVG font file? Maybe if I read the code I can get an idea what might be the problem. If you report this as a bug on the bugtracker list you may also get some more knowledgeable response. I never used the font editor myself as Inkscape can create, but not displ...
- Fri Dec 21, 2012 3:42 pm
- Forum: Help with using Inkscape
- Topic: saved as normal svg == deleted mouse events?
- Replies: 2
- Views: 1358
Re: saved as normal svg == deleted mouse events?
Oh,.. btw,.. there is also Optimised SVG a bit down the list that will do basically the same as plain SVG, but will not touch the script elemants. It is a later export filter than plain.