I find here risponse
https://stackoverflow.com/questions/509211/understanding-pythons-slice-notation
Search found 7 matches
- Sat May 26, 2018 8:52 am
- Forum: General Discussions
- Topic: extension get and edit svg path
- Replies: 9
- Views: 2669
- Sat May 26, 2018 8:43 am
- Forum: General Discussions
- Topic: extension get and edit svg path
- Replies: 9
- Views: 2669
Re: extension get and edit svg path
Now i begin study addnodes.py after i understand some things... thanks again!
I not understand what is mean [:]
I not understand what is mean [:]
Code: Select all
new[-1].append(next[:])
- Sat May 26, 2018 3:19 am
- Forum: General Discussions
- Topic: extension get and edit svg path
- Replies: 9
- Views: 2669
Re: extension get and edit svg path
Yes... you are right!
but for me is a high diferrence when is explained!
Regards!
Code: Select all
d = node.get('d')
but for me is a high diferrence when is explained!
Regards!
- Fri May 25, 2018 11:19 pm
- Forum: General Discussions
- Topic: extension get and edit svg path
- Replies: 9
- Views: 2669
Re: extension get and edit svg path
I thing that i find in another topic exactly that i want!
http://www.inkscapeforum.com/viewtopic.php?t=8826#p31912
Thanks anyway for your response!
Regards!
Code: Select all
#The 'd' attribute is where the path data is stored as a string
pathData = node.get('d')
http://www.inkscapeforum.com/viewtopic.php?t=8826#p31912
Thanks anyway for your response!
Regards!
- Fri May 25, 2018 1:31 am
- Forum: General Discussions
- Topic: extension get and edit svg path
- Replies: 9
- Views: 2669
Re: extension get and edit svg path
Already i open some files from inskape or downloaded from internet ... but is more code and not can understand where is lines that can make that or have to much parametrs , and put me in difficulty ... I download tons of tutorials but i not find exactly that i want: A sample example for edit self.sv...
- Thu May 24, 2018 4:29 pm
- Forum: General Discussions
- Topic: extension get and edit svg path
- Replies: 9
- Views: 2669
extension get and edit svg path
How can get xml source svg from path in my inskape extension for edit? Exactly as xml editor from Inskape ... but i want to get only this for edit and save as gcode: M 66.523811,94.404755 H 139.09524 V 152.61309 H 66.523811 Z I know that is possible have already exists a response at my question, but...
- Sun Jan 17, 2016 7:26 pm
- Forum: General Discussions
- Topic: How combine ascii letters with lines
- Replies: 1
- Views: 887
How combine ascii letters with lines
I newbie in Inskape and i try to find a example with how combine ascii letters with lines for gcode interpreter. test.jpg I make this image in paint , is wery easy to create this in paint and interpret with Inskape for create gcode for foam cutter. But result is not too good. Untitled2.jpg But I wan...