You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ro...@locus.apache.org on 2000/08/31 23:12:28 UTC

cvs commit: xml-cocoon/webapp/stylesheets/page simple-page2svg.xsl

rossb       00/08/31 14:12:27

  Modified:    webapp/stylesheets/page Tag: xml-cocoon2 simple-page2svg.xsl
  Log:
  Modified the page to SVG stylesheet.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -1      xml-cocoon/webapp/stylesheets/page/Attic/simple-page2svg.xsl
  
  Index: simple-page2svg.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/webapp/stylesheets/page/Attic/simple-page2svg.xsl,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- simple-page2svg.xsl	2000/08/21 17:48:55	1.1.2.1
  +++ simple-page2svg.xsl	2000/08/31 21:12:27	1.1.2.2
  @@ -3,7 +3,7 @@
   <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
    <xsl:template match="page">
  -  <svg xml:space="preserve" width="360" height="160">
  +  <svg width="360" height="160">
      <defs>
       <filter id="blur1"><feGaussianBlur stdDeviation="3"/></filter>
       <filter id="blur2"><feGaussianBlur stdDeviation="1"/></filter>