* Joseph wrote:
>As you know, it is an academic research (dissertation) which means the
>writing part investigating the topic of interest is important.
>Therefore, I have been writing about the topic of interest
>investigating the possible optimizations methods or techniques. I have
>also been looking for any available SVG optimization tools but have
>found only few; SVGSimplify and SodiPodi. If you know any more than
>that, please let me know!

There is http://esw.w3.org/topic/SvgTidy as Holger pointed out last
time, though the primary goal is to optimize for standards-compliance,
compatibility, and post-processing (with tools and by hand). There is
also http://esw.w3.org/topic/SvgTidy/Snippets which is a proof of con-
cept cleanup snippet to remove redundant presentation attributes and
to convert CSS styles into presentation attributes.

>The processing will be pipelined! There are different optimization
>needs for each one of us therefore it is good to provide a tool that
>can be configured differently depending on the needs. I will be
>cutting down the optimization in small bits, each of which will be
>responsible for one optimization, say; combining paths or reduce
>accuracy etc..

Sounds good, this would certainly help integrating your code into SVG
Tidy. You'd ideally write this in ECMAScript as that is most portable
among viewers and you really want to re-use much of the SVG-specific
features they provide through the SVG DOM or proprietary APIs.
-- 
Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 


------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hkks2b1/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1122877084/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!</a>.</font>
--------------------------------------------------------------------~-> 

-----
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/

<*> 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/
 



Reply via email to