Search found 11 matches
- Tue Nov 29, 2011 9:30 am
- Forum: Inkscape Ideas
- Topic: XML GUI editor
- Replies: 2
- Views: 2695
Re: XML GUI editor
I have to admit my "mock-up" didn't really conform to what I was aiming for. The "data" doesn't really suggest anything to custom attributes. Of course it would be easier to use the inkscape tools adjust these parameters. But the idea was more so that you get a clear and more int...
- Tue Nov 29, 2011 4:40 am
- Forum: Inkscape Ideas
- Topic: XML GUI editor
- Replies: 2
- Views: 2695
XML GUI editor
Hi, I'm using Inkscape as a level editor and while it's "ok" to work with the build in xml editor to set up properties; I just wish it was more integrated the same way you would change color or whatever. This is how I would imagine it if you were to click an object ( these attributes might...
- Tue Nov 29, 2011 3:59 am
- Forum: SVG / XML Code
- Topic: inkscape removes parts of tags
- Replies: 3
- Views: 2807
Re: inkscape removes parts of tags
Seems related to this problem of adding/editing the svg xmlns attribute from an extension(?): http://www.inkscapeforum.com/viewtopic.php?f=22&t=1055 I suppose a temporary fix would be to remove the colon and then use something like xslt to transform back to the correct attribute namespace:name....
- Mon Nov 28, 2011 3:10 pm
- Forum: SVG / XML Code
- Topic: inkscape removes parts of tags
- Replies: 3
- Views: 2807
inkscape removes parts of tags
Hi,
I have objects with custom tags like:
peg:range
But sometimes inkscape removes all the "peg:" parts.
When I ctrl+c an object and past it, the same effect happens.
This is annoying as I have to setup tons of objects again.
I have objects with custom tags like:
peg:range
But sometimes inkscape removes all the "peg:" parts.
When I ctrl+c an object and past it, the same effect happens.
This is annoying as I have to setup tons of objects again.
- Tue Nov 01, 2011 7:49 am
- Forum: SVG / XML Code
- Topic: Applying Matrix from svg parsing.
- Replies: 4
- Views: 4680
Re: Applying Matrix from svg parsing.
like i said, I've already looked there.
I guess I was already on the right track. I just kept confusing myself with the fact that these matrices were smashed together.
I got it now! thanks for your help though =)!
I guess I was already on the right track. I just kept confusing myself with the fact that these matrices were smashed together.
I got it now! thanks for your help though =)!
- Mon Oct 31, 2011 8:45 pm
- Forum: SVG / XML Code
- Topic: Applying Matrix from svg parsing.
- Replies: 4
- Views: 4680
Re: Applying Matrix from svg parsing.
Thanks for taking your time, It looked like I already got the scaling right. I just simply multiplied the sx and sy with rx and ry. I didn't use the Pythagorean theorem(?) though...not sure if that will bite me later on. But the translations don't make sense at all... cx:312.96527 cx:502.0582 rx:195...
- Sun Oct 30, 2011 8:22 pm
- Forum: SVG / XML Code
- Topic: Applying Matrix from svg parsing.
- Replies: 4
- Views: 4680
Applying Matrix from svg parsing.
Hi there, I'm trying to make inkscape a simple level editor for my team-mates but I'm kinda stuck on the transform attribute. Basically we only use circles to position items, and I want to use the sodipodi:- rx ry cx cy properties. As I move them around they do not change, only the Matrix does ( I g...
- Mon Oct 03, 2011 3:48 am
- Forum: SVG / XML Code
- Topic: Exclude XML data
- Replies: 6
- Views: 3346
Re: Exlude XML data
Thanks. I guess ill just have to keep all the other data. As well. Would be nice if there is an option to exclude certain data ( I'm using inkscape as a "level" editor, so I don't really need all the numeral representation of the vector objects). But there should be a way to create your ow...
- Mon Oct 03, 2011 2:49 am
- Forum: SVG / XML Code
- Topic: Exclude XML data
- Replies: 6
- Views: 3346
Re: Exlude XML data
Exclude from what, where? I think I was pretty sure we were talking about the XML generated by inkscapes interface. Hence the section SVG/XML Code. I'm not sure how to question it different than I already have. There is too much data in the SVG ( which is logical since it represents all the data ),...
- Sun Oct 02, 2011 9:53 pm
- Forum: SVG / XML Code
- Topic: Exclude XML data
- Replies: 6
- Views: 3346
Exclude XML data
Hi there,
I was wondering if there is a way to exclude certain data( like the actual vector points ) since I only need the position and custom attributes.
(Also I noticed not that all objects have an x and y attribute...Am I doing something wrong? )
thanks,
Sidar
I was wondering if there is a way to exclude certain data( like the actual vector points ) since I only need the position and custom attributes.
(Also I noticed not that all objects have an x and y attribute...Am I doing something wrong? )
thanks,
Sidar
- Fri Dec 25, 2009 10:50 am
- Forum: Inkscape Ideas
- Topic: Flash like Library.
- Replies: 1
- Views: 1426
Flash like Library.
Hello there! I felt like i could let my frustration out in these topics. But lets just call them "Ideas" :lol:. I never understood why there is no "library" like Adobe Flash. I understand that Flash is more aimed at using objects and code together. However I noticed that i someti...