Mailing List Archive

svn commit: r1527157 - in /forrest/branches/update_cocoon_2.1.12: main/webapp/resources.xmap whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
Author: crossley
Date: Sat Sep 28 06:43:32 2013
New Revision: 1527157

URL: http://svn.apache.org/r1527157
Log:
Use "svgxml" serializer (rather than just "xml") for the svg corners pipeline. This adds the svg document type declaration.
Issue: FOR-1241

Modified:
forrest/branches/update_cocoon_2.1.12/main/webapp/resources.xmap
forrest/branches/update_cocoon_2.1.12/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap

Modified: forrest/branches/update_cocoon_2.1.12/main/webapp/resources.xmap
URL: http://svn.apache.org/viewvc/forrest/branches/update_cocoon_2.1.12/main/webapp/resources.xmap?rev=1527157&r1=1527156&r2=1527157&view=diff
==============================================================================
--- forrest/branches/update_cocoon_2.1.12/main/webapp/resources.xmap (original)
+++ forrest/branches/update_cocoon_2.1.12/main/webapp/resources.xmap Sat Sep 28 06:43:32 2013
@@ -183,7 +183,7 @@ $Revision: 1.13 $
<map:parameter name="fg-color-name" value="{8}"/>
</map:transform>
<map:call resource="transform-project2text"/>
- <map:serialize type="xml" />
+ <map:serialize type="svgxml" />
</map:match>
<!-- DEBUG: special case corner generator pipeline PNG from SVG-->
<map:match pattern="skin/images**/*c-*-*-*-1*-2*-3*.test.png">

Modified: forrest/branches/update_cocoon_2.1.12/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
URL: http://svn.apache.org/viewvc/forrest/branches/update_cocoon_2.1.12/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap?rev=1527157&r1=1527156&r2=1527157&view=diff
==============================================================================
--- forrest/branches/update_cocoon_2.1.12/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap (original)
+++ forrest/branches/update_cocoon_2.1.12/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap Sat Sep 28 06:43:32 2013
@@ -77,7 +77,7 @@
<map:parameter name="stroke-color-name" value="{6}" />
<map:parameter name="fg-color-name" value="{7}" />
</map:transform>
- <map:serialize type="xml" />
+ <map:serialize type="svgxml" />
</map:match>
<map:match pattern="themes/images**/roundcorner-*-*-*-bg*-stroke*-fg*.svg-to-png">