Search found 6 matches
- Tue Jul 23, 2019 12:12 am
- Forum: Tricks & Tutorials
- Topic: Inkscape Tutorial for Engineers, 12 slides in PDF
- Replies: 4
- Views: 1316
Re: Inkscape Tutorial for Engineers, 12 slides in PDF
Too bad your pen tool page doesn't cover Spiro or BSpline though. IMO the space used for the explanation of Bezier curve equations could have been better used introducing Spiro and Bspline or the shape option. Nice suggestions on Spiro and BSpline paths. I do not have many chances to use those path...
- Sat Jul 20, 2019 3:37 am
- Forum: Tricks & Tutorials
- Topic: Inkscape Tutorial for Engineers, 12 slides in PDF
- Replies: 4
- Views: 1316
Inkscape Tutorial for Engineers, 12 slides in PDF
Fellow Inkscapers: Those 12-page inkscape tutorial slides were created in Inkscape when I was learning the software in 2017. They were printed on the back of my 2018 monthly calendar (why 12 pages). The slides were updated in March 2019, and were posted on my website. It is still used as a reference...
- Tue Jun 26, 2018 9:40 am
- Forum: Inkscape Ideas
- Topic: [SOLVED] Faster way to make corner rounded with given radius
- Replies: 11
- Views: 15081
Re: [SOLVED] Faster way to make corner rounded with given radius
I had a very similar problem and wrote a simple extension to draw a chamfered corner when a radius is given. Screenshot_2018-06-25_19-30-14.png Here is how to use the extension: 1. You draw an auxiliary line from points 1 to 5 to 4. 2. With the auxiliary line selected, click menu Extensions > Render...
- Tue Jun 26, 2018 9:11 am
- Forum: Help with using Inkscape
- Topic: Tangent lines?
- Replies: 11
- Views: 7608
Re: Tangent lines?
June 2018, added code to handle two circles with equal radii. The original version reports an error. Screenshot_2018-06-25_19-47-25.png Here is how to use the extension. 1. Draw an auxiliary line from 1 to 2 to 3, or a line from 4 to 5 to 6 to 7. 2. With the line selected, select menu item Extension...
- Sun Jun 10, 2018 12:07 am
- Forum: Help with using Inkscape
- Topic: How do I do batch conversions?
- Replies: 8
- Views: 13483
Re: How do I do batch conversions?
Found this post thru google search. I have 407 eps files (created in old version of Adobe Illustrator) to convert to svg files. I found the ghostscript comes with Ubuntu (described above) does not work. So, I tried to use Inkscape command line method. The Inkscape 0.9.23 in Ubuntu 18.04 can import e...
- Tue Dec 19, 2017 9:54 am
- Forum: Help with using Inkscape
- Topic: Tangent lines?
- Replies: 11
- Views: 7608
Re: Tangent lines?
I found this post thru a google search, but I did not find an answer to the question. So I spent some time and wrote an extension for drawing tangent lines from a point to a circle, or tangent lines between two circles. You need to draw the red dash lines as path, select the path, and choose menu Ex...