Skip to content

Commit

Permalink
FIXME note for #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Lammertsma committed Aug 14, 2015
1 parent d317bf4 commit 7057819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/src/main/java/com/pixplicity/sharp/Sharp.java
Original file line number Diff line number Diff line change
Expand Up @@ -2178,6 +2178,8 @@ public class SvgText {

public SvgText(Attributes atts, SvgText parentText) {
id = getStringAttr("id", atts);
// FIXME x may also be a comma- or space-separated list of coordinates; see:
// http://www.w3.org/TR/SVG/text.html#TSpanElementXAttribute
x = getFloatAttr("x", atts, 0f);
y = getFloatAttr("y", atts, 0f);
text = null;
Expand Down

0 comments on commit 7057819

Please sign in to comment.