Search found 3 matches
- Sun Sep 04, 2011 2:50 pm
- Forum: Help with using Inkscape
- Topic: Configure default fill and stroke for inherited values
- Replies: 0
- Views: 1304
Configure default fill and stroke for inherited values
I am creating rectangle as top level object and use "?" icon to make it inherit the fill and stroke. By default Inkscape renders the rectangle with no stroke and with a black fill. I'd like to configure these values, preferably per document, to something else. The idea is that the SVG will...
- Fri Sep 02, 2011 12:23 pm
- Forum: Programming
- Topic: Extension for editing custom object properties
- Replies: 4
- Views: 4516
Re: Extension for editing custom object properties
I know about default object properties. The idea is to attach custom properties (metadata) to objects that are application specific. In games those might be properties like speed, density or friction. The idea is for application to parse the SVG and interpret custom properties in application-specifi...
- Fri Sep 02, 2011 12:12 am
- Forum: Programming
- Topic: Extension for editing custom object properties
- Replies: 4
- Views: 4516
Extension for editing custom object properties
Hi everyone, I'd like to enhance the SVG produced by Inkscape with custom object properties. There are many examples of such use on the net. For instance a saw multiple uses of Inkscape for game level/board/map editors. So this is a very common need. However in every instance the recommended way of ...