Hi, On Sat, 2007-12-08 at 07:42 +0000, "~:'' ありがとうございました。" wrote: > Tonny, > > I'd like a 'stamp' tool with index of simple graphics... > had you tried tuxpaint, if not please do.. > the interface is relatively uncluttered, though more could be hidden.
If this similar to the our plugins Symbol Libraries. If you dowloaded the plugins either automatically or manual download, it should be available at Menu - Windows - Symbol Library. > 2 bugs that appeared: > > 1 when using "insert image" on a new graphic: dialogue pops up > "Unable to determine Document Base for resolving image reference. > Please save the Document first, before using this function" > ok for me, but... Yes, this is occur because in svg <image> tag require href attribute. For the new document (Document with no base URI), it is will prompt for saving dialog, so we could resolve relative path between the document and the href referenced image. For existing document, it should not prompt for save dialog. We have been thinking about project based (similar to dreamweaver) svg editing vs single file svg editong. For single file (especially new Document), we could not find a way to determine Document Base URI) for resolving relative path. Project based approach differ that the project will have property for Document Base, and everything will be resolved against that. > 2 Could more of the power of SVG be hidden? particularly features > that have a default. > for instance the Insert Image dialogue could just be a non-editable > text box with a browse button and a 'details' button. > is the label href useful? I dont understand it's purpose? > preserveAspectRatio default is currently "none" shouldn't this be > XMidYMid? Yup, it could non-editable, but some of our existing users ask for editable text box so they could fill manually, especially if it is using absolute http:// protocol path. Regarding preserveAspectRation: none vs XmidYMid, it has undesired side effects. - none allow any resize / rescale behaviour - XMidYMid, during resize it will reposition itself according to the xMidYMid rule Try this, - open svg document or create new document - insert image (eg: something.png) to that document - use the selection tool (Arrow Tool or Lasso Tools) and try to resize that image, using different preserveAspectRatio (none vs xMidYMid) We could make xMidYMid the default, just looking for feedback, is the way that potential / existing user prefer ? > this dialogue is currently labelled "Insert Image Error" Yes, it should be Insert Image Dialog :), we will fix this on the next update release. Thank you for the feedback, if you have new idea for doing something, please do not hesitate to drop us a note. Cheers Tonny Kohar -- KIYUT imagine, design, create ... http://www.kiyut.com ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

