Class SVGPathElementBridge

    • Field Detail

      • DEFAULT_SHAPE

        protected static final java.awt.Shape DEFAULT_SHAPE
        default shape for the update of 'd' when the value is the empty string.
      • pathLengthShape

        protected java.awt.Shape pathLengthShape
        The cached Shape used for computing the path length.
      • pathLength

        protected PathLength pathLength
        The cached PathLength object used for computing the path length.
    • Constructor Detail

      • SVGPathElementBridge

        public SVGPathElementBridge()
        Constructs a new bridge for the <path> element.