That didn't work for me (inkscape 0.92.2) but uninstalling all inkscape versions, then re-installing the latest version did work. Some more solutions here:
https://stackoverflow.com/questions/417 ... scape-0-92
Search found 27 matches
- Fri Oct 20, 2017 11:00 am
- Forum: Discuss Software Issues
- Topic: fantastically old lxml problem
- Replies: 7
- Views: 10465
- Thu Mar 05, 2015 9:58 pm
- Forum: Discuss Software Issues
- Topic: Build Inkscape with Microsoft Visual Studio?
- Replies: 18
- Views: 8495
Re: Build Inkscape with Microsoft Visual Studio?
It is finally possible to debug Inkscape using Visual Studio:
http://wiki.inkscape.org/wiki/index.php ... ual_Studio
http://wiki.inkscape.org/wiki/index.php ... ual_Studio
- Sat Feb 28, 2015 9:34 pm
- Forum: General Discussions
- Topic: Set extension default values
- Replies: 0
- Views: 1938
Set extension default values
How do I reset an extension to its default values?
- Fri Feb 20, 2015 1:52 pm
- Forum: Help with using Inkscape
- Topic: How to make a circle have origin O and go through point P
- Replies: 45
- Views: 10561
Re: How to make a circle have origin O and go through point
Great to see someone working on CAD features. Keep up the good work!
- Fri Feb 20, 2015 10:01 am
- Forum: Programming
- Topic: Inkscape and Eclipse
- Replies: 7
- Views: 4396
Re: Inkscape and Eclipse
No reply on IRC. Will try later again. In the mean time, here is an interesting article about open source and Windows: Do you run an open-source project? Want it to support Windows? Wonder why windows programmers are not jumping in to help you? It’s because you’re making it hard for them. http://blo...
- Thu Feb 19, 2015 7:04 pm
- Forum: Programming
- Topic: Inkscape and Eclipse
- Replies: 7
- Views: 4396
Re: Inkscape and Eclipse
Yeah, I noticed the mailing list lit up about other stuff. Will try again some other time. Thanks for the IRC link. Will check it out.
- Thu Feb 19, 2015 2:20 pm
- Forum: Programming
- Topic: Inkscape and Eclipse
- Replies: 7
- Views: 4396
Re: Inkscape and Eclipse
Unfortunately there was no reply on the mailing list. The instructions here also seem to be broken: http://wiki.inkscape.org/wiki/index.php/Using_Eclipse As with the other link, it also states: In Eclipse: File > New > Project... Select Bazaar > Checkout as a new project But there is no Bazaar item ...
- Mon Feb 16, 2015 9:01 am
- Forum: Programming
- Topic: Inkscape and Eclipse
- Replies: 7
- Views: 4396
Re: Inkscape and Eclipse
Thanks, will subscribe to that.
- Mon Feb 16, 2015 12:37 am
- Forum: Programming
- Topic: Inkscape and Eclipse
- Replies: 7
- Views: 4396
Inkscape and Eclipse
I want to compile, and most importantly, debug (single stepping etc.) Inkscape on windows but I am stuck at some of the instructions. I followed this: http://wiki.inkscape.org/wiki/index.php/Using_Eclipse Then this: http://wiki.bazaar.canonical.com/BzrEclipse/Installation But at this step there is n...
- Sun Feb 15, 2015 8:11 am
- Forum: Programming
- Topic: New group of extensions related to guides
- Replies: 14
- Views: 8390
Re: New group of extensions related to guides
@ragstian: I have added the option to add centered guides inside gutters ;-) (latest version, for Inkscape 0.91 only). If it's for web design and these middle guides need to be positioned on the round pixel, be sure to set the gutter width to an even number. Wow, thanks so much! That surely speeds ...
- Sun Feb 15, 2015 12:54 am
- Forum: General Discussions
- Topic: point as guide
- Replies: 4
- Views: 1901
Re: point as guide
Using actual shapes is not an option because they show up in the SVG which I use in a game. But adding it to a different layer and disabling it when exporting might solve that. Quickly enabling and disabling the guides is also a good idea. I made a feature request for point guides and it was suggest...
- Sun Feb 15, 2015 12:39 am
- Forum: General Discussions
- Topic: point as guide
- Replies: 4
- Views: 1901
Re: point as guide
Thanks, using layers should work just fine.
- Sat Feb 14, 2015 9:31 pm
- Forum: General Discussions
- Topic: point as guide
- Replies: 4
- Views: 1901
point as guide
Is it possible to make a point object which is used for snapping only? Sort of a guide line but instead of being a line, just a point only.
Guide lines have points which can be snapped to (origin of guide) as well, but it clutters up the screen a bit when I need a lot of snap points.
Guide lines have points which can be snapped to (origin of guide) as well, but it clutters up the screen a bit when I need a lot of snap points.
- Sat Feb 14, 2015 8:56 pm
- Forum: General Discussions
- Topic: CAD
- Replies: 14
- Views: 6084
Re: CAD
The image that you posted can easily be created in Inkscape without any CAD tools whatsoever. Yes, true. But I meant that it would be just faster if Inkscape would support a few CAD features. The Inkscape CAD features are not meant to replace either a CAD program, or make something impossible possi...
- Fri Feb 13, 2015 9:27 pm
- Forum: General Discussions
- Topic: CAD
- Replies: 14
- Views: 6084
Re: CAD
Yes, doing this in CAD alone would take a long time too. But if Inkscape would support CAD features, that graphic would probably only take an hour or so.
- Fri Feb 13, 2015 8:50 pm
- Forum: General Discussions
- Topic: Automate Save As
- Replies: 14
- Views: 3339
Re: Automate Save As
Thanks for the AutoIt hint. I made a script which does exactly what I want. This is such a time saver! ;Set an option so that we can always find the window, regardless of the file name in use. AutoItSetOption ("WinTitleMatchMode", 2) ;Get a handle to the main window. Local $hWndMain = WinG...
- Fri Feb 13, 2015 8:38 pm
- Forum: General Discussions
- Topic: CAD
- Replies: 14
- Views: 6084
Re: CAD
For my use case, I am a bit stuck in the middle. This is what I am trying to re-create: http://www.noesisengine.com/forums/download/file.php
- Fri Feb 13, 2015 6:46 pm
- Forum: General Discussions
- Topic: CAD
- Replies: 14
- Views: 6084
Re: CAD
Damn
- Fri Feb 13, 2015 1:53 pm
- Forum: General Discussions
- Topic: Automate Save As
- Replies: 14
- Views: 3339
Re: Automate Save As
I don't think Auto Save will work, because I work with an SVG file, but need to export it to XAML. If I work with the XAML file, the auto save will work, but I will use all inkscape specific data (guides etc). Besides, I want to save on demand, and with Auto Save, I have to wait for the next save, w...
- Fri Feb 13, 2015 1:46 pm
- Forum: General Discussions
- Topic: CAD
- Replies: 14
- Views: 6084
Re: CAD
That is great news! Any way I can get it and test it out?
I tired a few CAD programs and I find the workflow and interface of AutoDesk Inventor the most intuitive by far. Especially the auto dimensioning- constraint feature is very helpful. See this video:
https://www.youtube.com/watch?v=xbvydg07Wxo
I tired a few CAD programs and I find the workflow and interface of AutoDesk Inventor the most intuitive by far. Especially the auto dimensioning- constraint feature is very helpful. See this video:
https://www.youtube.com/watch?v=xbvydg07Wxo
- Fri Feb 13, 2015 12:23 pm
- Forum: Programming
- Topic: New group of extensions related to guides
- Replies: 14
- Views: 8390
Re: New group of extensions related to guides
Thanks so much guys! These are all good methods to do what I want.
- Thu Feb 12, 2015 6:03 pm
- Forum: Programming
- Topic: New group of extensions related to guides
- Replies: 14
- Views: 8390
Re: New group of extensions related to guides
Can you add an option to create a guide in the middle of two other guides?
That would be very helpful.
That would be very helpful.
- Thu Feb 12, 2015 11:11 am
- Forum: General Discussions
- Topic: Automate Save As
- Replies: 14
- Views: 3339
Automate Save As
Is there any way to automate this with a hotkey (using a script extension):
File-Save As->Microsoft XAML->Save->Silverlight compatible = true->Ok->Overwrite = yes, don't ask.
Perhaps some code to get me started? That would be awesome.
File-Save As->Microsoft XAML->Save->Silverlight compatible = true->Ok->Overwrite = yes, don't ask.
Perhaps some code to get me started? That would be awesome.
- Tue Feb 10, 2015 10:18 pm
- Forum: Inkscape Ideas
- Topic: Acad-plugin for Inkscape
- Replies: 18
- Views: 27516
Re: Acad-plugin for Inkscape
Are the CAD tools still in the pipeline or is it abandoned?
- Tue Feb 10, 2015 5:32 pm
- Forum: General Discussions
- Topic: CAD
- Replies: 14
- Views: 6084