summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/text/SVGTSpanElement.java
blob: 445d8e53abd0fa94cbc814d9eed5dd539440c1b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * SVGTSpanElement.java
 *
 * Created on April 13, 2007, 9:46 AM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package com.kitfox.salamander.svg.text;

/**
 * The SVGTSpanElement  interface corresponds to the 'tspan' element.
 * @author kitfox
 */
public interface SVGTSpanElement extends SVGTextPositioningElement
{
    
}