Search found 16 matches

by abc
Wed Apr 12, 2017 4:17 am
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

P.S : I want to use Motion extension because i'm using Inkscape --verbs to create LongShadow for more than 2000 icons from batch script. I don't want to use Extrude or Interpolation because shadow will look pixelated. Also another strong reason to use Motion extension is because will generate an Lon...
by abc
Wed Apr 12, 2017 4:10 am
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

"I've" found a way to get rid of all bugs and create correct LongShadow from Inkscape GUI also from terminal using verbs using "tylerdurden" first ideea to add nodes. Because Inkscape verbs does not support arguments my first attempts to use verbs to add nodes was failed. But tod...
by abc
Wed Apr 12, 2017 3:15 am
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

Don't be sorry, you're just trying to help.
by abc
Wed Apr 12, 2017 2:59 am
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

Seems our systems behave differently. In my setup, the paste-style operation resolves the missing stoke attribute, so no script error. Path-reverse changes the coordinates to relative. (uppercase M to lowercase m and more) Does this also happen on your system? This trick with paste-style operation ...
by abc
Wed Apr 12, 2017 2:44 am
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

My host OS is Arch Linux, W7 was a virtual machine : 'stock' new install of W7 Sp1 x64, then Inkscape V0.92.1-1 x64, also uninstalled x64 and tryed with x86 version, but same problem. Because this machine was only for test this bug on Windows, NO uptates was made. Do I need to install manuall some d...
by abc
Tue Apr 11, 2017 5:26 pm
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

I'm using with group/ungroup verbs to get rid of another BUG. My icons are optimized, and has NO stroke on them. Inkscape have another bug in that case scenario (also reported in https://bugs.launchpad.net/inkscape/+bug/1679618 ) Ex: for attached svg file try to select all then go to Extensions -> M...
by abc
Tue Apr 11, 2017 5:04 pm
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

Yes, my Inkscape version support paste-style on objects. I have version 0.92.1-1 in Arch.
Also tryed with same version in W7, but no success.
I don't know why it's work in your sistem and not in mine
by abc
Tue Apr 11, 2017 8:45 am
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

Thanks 'brynn' for your support
by abc
Tue Apr 11, 2017 8:20 am
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

Sorry 'tylerdurden', but or I'm a noob or I miss something because in my sistem doesn't work. I've tryed this : 1) Open Inkcape -> create 1 rectagle with a stroke set to none 2) select that rectangle, Edit -> copy 3) run this command : inkscape test.svg --verb=EditSelectAll --verb=SelectionGroup --v...
by abc
Tue Apr 11, 2017 5:30 am
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

I've tryed from terminal and from Inkscape GUI doing that trick with Paste style, and didn't work. Also even if I add stroke manual didn't work. Did you succeed?
by abc
Mon Apr 10, 2017 6:10 pm
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

Thanks 'tylerdurden' for your support, it's by far the best way to manage this bug with --verbs . BUT, as you can see in below image there seems to be another BUG (also reported in https://bugs.launchpad.net/inkscape/+bug/1679618 ) : BUG2.png Quick recap : --- BUG 1 -> Can't generate Motion from Ell...
by abc
Sun Apr 09, 2017 6:17 pm
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

I've reported these bugs 4 days ago at https://bugs.launchpad.net/inkscape/+bug/1679618 But NO respose since then, so I'm asking for a little help from people interested. Please bump the report / add comment, because this affect at least 4 Inkscape versions and ALL users with Inkscape last version. ...
by abc
Tue Apr 04, 2017 7:07 am
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

Or try this : - Select all nodes after Convert shape to path - Press Arrow UP key (Will move object with some pixels in up dirrection) - Press Arrow DOWN key (Will return object to first/original location) - Now Motion extension will work. So why not can't create motion after only converted to path ...
by abc
Tue Apr 04, 2017 6:58 am
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

Thank's "brynn", but i really think is a BUG. Try this: - Draw any shape with tool : Create circles, ellipses, and arcs (F5) - Convert shape to Path. Now circle/elipse have 4 nodes - Select tool : Edit path by nodes (F2) - Select any 1 node from circle/elipse and move it in any direction -...
by abc
Tue Apr 04, 2017 5:36 am
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Re: Can't generate Motion from Ellipse or Circle path

Thank's for ideea, but i can't do this from batch script / Inkscape verbs My script do : - First i optimize all files with scour & svgo - Get objects ID's from : inkscape -f "$file_name" -z --query-all IGNORIG first id (starting with svg'Number') - If exists any groups in file, founded...
by abc
Tue Apr 04, 2017 3:42 am
Forum: Help with using Inkscape
Topic: Can't generate Motion from Ellipse or Circle path
Replies: 34
Views: 4870

Can't generate Motion from Ellipse or Circle path

I want to create long shadow for icons with Motion extension, but if my icon have any ellipse or circle Motion extension create an empty group, not long shadow. Steps to reproduce: 1) Create New document : File -> New (or Ctrl + N) 2) Select tool :tool_ellipse: : Create circles, ellipses, and arcs (...

Go to advanced search