chenbo007 / svg-edit

Automatically exported from code.google.com/p/svg-edit
0 stars 0 forks source link

Resizable icons (using SVG icons) #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
-some of the buttons and tools seem to be too big for their own good. they
take up room that may be put to better use.
-would be nice to have the buttons in SVG so people that have much higher
resolution will have the ability to make them bigger and those that use
iPhone or small screens to make them much smaller
-the canvas would look better if centered rather than left-justified (opinion)

Original issue reported on code.google.com by Christia...@gmail.com on 8 Jul 2009 at 8:33

GoogleCodeExporter commented 9 years ago
* Can you clarify what buttons/tools are "too big for their own good"?
* Canvas has been centered for quite some time.

Buttons in SVG is deferred until such time that all browsers support SVG 
images. 
Should we re-title this issue to be about when we move the UI from raster 
images to
SVG images?

Original comment by codedr...@gmail.com on 22 Oct 2009 at 5:49

GoogleCodeExporter commented 9 years ago
i am on a laptop so my issue is not everybody's issue. so, for me, all buttons 
are
too big. i would love to test this with iPhone - i hope to get it next week

one very good idea comes from Adeveria's:
http://svg-icon-loader.googlecode.com/svn/trunk/demo.html 

and that makes buttons scalable. i don't know if that allows for a fallback...

now.. this issue is also related to ability to decouple svg-edit components. we
should be able to build new types of editor.html with alternative-sized buttons

Original comment by Christia...@gmail.com on 22 Oct 2009 at 7:59

GoogleCodeExporter commented 9 years ago
Yes, I agree with most of what you said and would like to see svg-edit on a 
small
laptop (netbook).

As for decoupling, the 'plugin' idea is something different so not sure if 
that's
what you're talking about.  It is entirely possible to use your own HTML/SVG, 
CSS,
JavaScript to hook into the SvgCanvas component today.

Original comment by codedr...@gmail.com on 23 Oct 2009 at 1:09

GoogleCodeExporter commented 9 years ago
As of r916, we now support SVG-icons as well as different toolbar size options 
(see
"icon size" option under document properties). This should fix the remaining 
point of
this issue.

Original comment by adeve...@gmail.com on 10 Nov 2009 at 11:56