Comments: 53
TheBadFaerie [2016-06-21 16:09:39 +0000 UTC]
Now this, this is a fantastic tip that I never even knew existed. I've been doing all of my width manually up until now.
👍: 0 ⏩: 0
penawii [2015-04-15 08:17:45 +0000 UTC]
For anyone using Inkscape 0.91: it looks like you'll have to upgrade to the 0.92 development versions (link for Ubuntu only) for the "Modify Node Position" to work.
I checked the source and the file that brings up the "Modify Node Position" exists in 0.92 , but doesn't in 0.91. Also, 0.92 mentions the dialog as "Shift-click launches width dialog", whereas 0.91 completely lacks this.
👍: 0 ⏩: 1
Remul-Lemlem In reply to penawii [2016-04-16 09:55:06 +0000 UTC]
Does it have inverse clip?
👍: 0 ⏩: 1
penawii In reply to Remul-Lemlem [2016-04-26 06:44:03 +0000 UTC]
Sorry for the late reply! I don’t check dA as often as I used to any more.
Anyway, your question.
I searched the source code for Inverse Clip and could only find this , which has a comment above it saying “Will never be implemented”.
There’s a bug report for the “Set Inverse Clip” feature here, and as it turns out, there’s actually no way to invert a clip in SVG (SVG is the file format that these vector images use). However, if you know how patching works and how to compile a program, you can apply this patch (which Ponyscape already has applied) to a copy of the Inkscape source code, and compile it into your own customised version of Inkscape.
There is a caveat with the this patch of code, and in turn the “Set Inverse Clip” feature though. It doesn’t actually create a clip that’s inverted—it just adds inkscape:inverse="true" to the existing clip, and the program (either Ponyscape or your own variant of Inkscape with the patch) then inverts this regular clip. So in the SVG file, the clip isn’t actually inverted: there’s just an extra instruction for the program to invert it instead.
If your program has the patch linked above applied (Ponyscape or your own patched Inkscape), you don’t need to worry about this. But if you’re viewing the SVG file using other programs, like vanilla Inkscape, or a web browser, then the clip won’t be inverted. This is the reason the Inkscape developers were against adding it into Inkscape—it’d only work in versions of Inkscape that have the patch applied, and even then it would be an Inkscape-exclusive feature, and not an official part of SVG.
According to the creator of Ponyscape, Ponyscape is dead as of Feb 2016 . So with Ponyscape being dead, the only way to get this feature is to either:
- Use a custom version of Inkscape with the patch applied. There aren’t any that I know of at the moment (well, apart from Ponyscape).
- Compile your own patched version of Inkscape. (and share it with the Ponyscape community)
- Continue using Ponyscape at your own peril, as no bugs will be fixed, nor will new features be added.
TL;DR: no sadly, not unless you apply a patch and compile your own custom version of Inkscape.
I hope this answers your question! If there’s something I didn’t quite clarify, or if you have others, feel free to ask.
(also, hi, 2015 me!)
👍: 0 ⏩: 0
DashiBeats [2015-01-28 17:32:33 +0000 UTC]
I am having a big struggle finding the "Power Stroke" Thingy >~<
👍: 0 ⏩: 1
Hourglass-Vectors In reply to DashiBeats [2015-01-28 20:01:24 +0000 UTC]
I'm not sure which 'thingy' you're having trouble with. XD If you could describe a bit more or your problem I could help.
👍: 0 ⏩: 0
dasprid [2013-12-30 19:51:58 +0000 UTC]
I really love powerstrokes and use them extensively. My only concern with them is, that they currently generate *a lot* of unnecessary nodes (0.4 patched). Any clue if that is going to be improved anytime soon?
👍: 0 ⏩: 1
Hourglass-Vectors In reply to dasprid [2013-12-30 21:26:07 +0000 UTC]
When converted into a path there are a ton of nodes. Currently we are completely redoing ponyscape, next iteration that comes out will not even be Inkscape based. So powerstrokes are very likely to change. Glad to hear you like the powerstrokes feature!
On a side note there should be very few situations where you need to convert a powerstroke into a path, mainly because Ponyscape already recognizes powerstrokes as paths. So usually these high number of definition nodes shouldn't be an issue.
👍: 0 ⏩: 1
dasprid In reply to Hourglass-Vectors [2013-12-30 23:00:37 +0000 UTC]
Not for ponyscape itself, right. But the saved SVG *additionally* contains the stroke as path for other editors and viewers (for compatibility reasons obviously), and these contain many nodes, which blew up the filesize a lot.
👍: 0 ⏩: 1
Ellybethe [2013-03-04 18:40:07 +0000 UTC]
Happy birthday motherfucker
👍: 0 ⏩: 0
DaringDashie [2013-01-19 17:21:41 +0000 UTC]
Do you know if it's possible to change the default settings for power strokes? I've not been able to spot anything as yet.
👍: 0 ⏩: 1
Hourglass-Vectors In reply to DaringDashie [2013-01-19 17:33:38 +0000 UTC]
You mean set like the default to zero width or some thing like that? Nope, you can't custom set that. The program sets the corners at extrapolated and the end/start caps at Butt.
👍: 0 ⏩: 1
DaringDashie In reply to Hourglass-Vectors [2013-01-19 19:21:27 +0000 UTC]
Yeah, that was what I meant. Shame.
Also, I tried out the fill between strokes function and the fill appeared offset by a cm or so. Have you seen that before?
👍: 0 ⏩: 1
Hourglass-Vectors In reply to DaringDashie [2013-01-19 19:56:31 +0000 UTC]
Hummmm. I've only seen it if and when you move the original stroke you created your fill from has been moved. Otherwise it should be fine.
👍: 0 ⏩: 1
ak399 [2013-01-15 23:24:36 +0000 UTC]
So...these enable dynamic stroke thickness?
If so, very interesting...better than converting an inline path of nodes to an outlined shape, that's for sure.
👍: 0 ⏩: 1
Hourglass-Vectors In reply to ak399 [2013-01-17 02:43:47 +0000 UTC]
To remove those pink nodes or regular old nodes?
👍: 0 ⏩: 1
ak399 In reply to Hourglass-Vectors [2013-01-17 03:15:23 +0000 UTC]
It's actually the Windows shortcut (Ctrl+Alt+Click). Curious.
Thanks!
👍: 0 ⏩: 0
Dancewithknives [2013-01-13 17:08:06 +0000 UTC]
I just started understanding how to use inkscape, (no I still suck at vectoring).
What advantages does this have over inkscape, and should i change over?
👍: 0 ⏩: 1
Hourglass-Vectors In reply to Dancewithknives [2013-01-13 17:42:38 +0000 UTC]
There are lots of benefits of using Ponyscape over Inkscape! To view all the features of Ponyscape check out the Ponyscape Vectors group by clicking on the icon
Ponyscape strives to provide a vector art software that is easy and entertaining to use with cutting edge features. You can also find a download in this group.
👍: 0 ⏩: 0
Cuber4x4 [2013-01-11 14:58:26 +0000 UTC]
So... what's the difference between a power stroke in this and just a regular path in Inkscape?
👍: 0 ⏩: 1
Cuber4x4 In reply to Hourglass-Vectors [2013-01-11 16:20:28 +0000 UTC]
Is it meant to be used for the part of an outline where it narrows into a point?
👍: 0 ⏩: 1
Hourglass-Vectors In reply to Cuber4x4 [2013-01-11 17:22:39 +0000 UTC]
Yes. good places to use them are like on the line used to make a pony chin in a side view where the line tapers to a point. Or on the outline of an ear. There are other uses for Powerstrokes but I find their 'zero width' end point function is the most useful feature.
👍: 0 ⏩: 1
Cuber4x4 In reply to Hourglass-Vectors [2013-01-11 17:57:39 +0000 UTC]
Hm. I'll have to give this a go someday, then.
👍: 0 ⏩: 0
Hourglass-Vectors In reply to mehoep [2013-01-08 00:18:16 +0000 UTC]
Oh yeah, I forgot Linux got changed to Shift + Click in V0.3 because Linux didn't like the Alt + Click.
👍: 0 ⏩: 1
YaLTeR [2013-01-05 11:17:21 +0000 UTC]
Hm, when I add the "Power Stroke" effect, no pink nodes appear at all.
👍: 0 ⏩: 1
YaLTeR In reply to YaLTeR [2013-01-05 11:19:12 +0000 UTC]
Oh, I just needed to press F2 again for them to appear.
👍: 0 ⏩: 0
sceptileknight [2013-01-03 21:50:05 +0000 UTC]
what is ponyscape?, it is a pun for inkscape?
👍: 0 ⏩: 1
Hourglass-Vectors In reply to sceptileknight [2013-01-03 22:22:20 +0000 UTC]
Ponyscape is a derivative of Inkscape improved with additional features for making ponies. It is continuously undergoing new feature development and bug fixes. It's absolutely free so give it a try! You can learn more about the program and get a download here:
👍: 0 ⏩: 1
Hourglass-Vectors In reply to sceptileknight [2013-01-03 23:00:17 +0000 UTC]
Enjoy! If you have any questions feel free to ask. I can hopefully help you or point you to someone who can. ^^
👍: 0 ⏩: 1
sceptileknight In reply to Hourglass-Vectors [2013-01-03 23:12:15 +0000 UTC]
sorry for bugging you again in such a short time but, do you know you to install it on a mac???
👍: 0 ⏩: 1
Hourglass-Vectors In reply to sceptileknight [2013-01-03 23:27:00 +0000 UTC]
You have to compile it onto a mac, which honestly I have no idea how to do but I'll draw =flutterguy317 to your question. He should be able to help you.
👍: 0 ⏩: 1
sceptileknight In reply to flutterguy317 [2013-01-04 00:21:14 +0000 UTC]
sorry for the third comment in a row but, if i get to compile them and get them running on Mac, can i send the application to you?
👍: 0 ⏩: 1
sceptileknight In reply to flutterguy317 [2013-01-04 00:18:19 +0000 UTC]
do you know if it works on a virtual machine with windows 2003 server?
👍: 0 ⏩: 0
ArcusWind [2013-01-01 06:52:30 +0000 UTC]
How is this different than using ctrl alt c in inkscape?
👍: 0 ⏩: 2
Hourglass-Vectors In reply to ArcusWind [2013-01-01 14:37:50 +0000 UTC]
Ctrl+alc+c converts your stroke to a path. Paths are harder to modify than power strokes.
👍: 0 ⏩: 0
| Next =>