You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pi...@apache.org on 2002/09/12 22:57:56 UTC

cvs commit: xml-fop/src/org/apache/fop/svg SVGElementMapping.java

pietsch     2002/09/12 13:57:56

  Modified:    src/org/apache/fop/svg Tag: fop-0_20_2-maintain
                        SVGElementMapping.java
  Log:
  Added some missing SVG elements.
  PR: 12565
  Submitted by:	michael.maier@vivai.de (Michael Maier)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.17.2.3  +4 -1      xml-fop/src/org/apache/fop/svg/SVGElementMapping.java
  
  Index: SVGElementMapping.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/svg/SVGElementMapping.java,v
  retrieving revision 1.17.2.2
  retrieving revision 1.17.2.3
  diff -u -r1.17.2.2 -r1.17.2.3
  --- SVGElementMapping.java	2 Aug 2002 20:28:58 -0000	1.17.2.2
  +++ SVGElementMapping.java	12 Sep 2002 20:57:56 -0000	1.17.2.3
  @@ -35,6 +35,9 @@
               foObjs.put("line", SVGObj.maker("line"));
               foObjs.put("text", SVGObj.maker("text"));
   
  +            foObjs.put("font-face", SVGObj.maker("font-face"));
  +            foObjs.put("font-face-uri", SVGObj.maker("font-face-uri"));
  +            foObjs.put("font-face-src", SVGObj.maker("font-face-src"));
               foObjs.put("desc", SVGObj.maker("desc"));
               foObjs.put("title", SVGObj.maker("title"));
               foObjs.put("circle", SVGObj.maker("circle"));
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org