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 ar...@apache.org on 2001/02/11 01:46:50 UTC

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

arved       01/02/10 16:46:50

  Modified:    src/org/apache/fop/dom/svg SVGImageElementImpl.java
  Log:
  Patch for SVG viewbox
  
  Revision  Changes    Path
  1.2       +6 -2      xml-fop/src/org/apache/fop/dom/svg/SVGImageElementImpl.java
  
  Index: SVGImageElementImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/dom/svg/SVGImageElementImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SVGImageElementImpl.java	2000/07/11 00:46:52	1.1
  +++ SVGImageElementImpl.java	2001/02/11 00:46:50	1.2
  @@ -1,4 +1,4 @@
  -/*-- $Id: SVGImageElementImpl.java,v 1.1 2000/07/11 00:46:52 keiron Exp $ -- 
  +/*-- $Id: SVGImageElementImpl.java,v 1.2 2001/02/11 00:46:50 arved Exp $ -- 
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -51,10 +51,14 @@
   
   package org.apache.fop.dom.svg;
   
  +import org.apache.fop.datatypes.*;
  +
  +import org.w3c.dom.svg.*;
  +
   /**
    *
    */
  -public class SVGImageElementImpl extends SVGElementImpl {
  +public class SVGImageElementImpl extends GraphicElement implements SVGTransformable {
   	public String link;
   	public float x;
   	public float y;