diff options
author | corvid <devnull@localhost> | 2015-05-05 06:19:12 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-05-05 06:19:12 +0000 |
commit | af1c5e39e54e1ba2d26a472dfac0547afee3269e (patch) | |
tree | 9c11bcf2e958c2c5897e037167d60f7e6a8c679b | |
parent | 10605ce2b45e4859a5cb0b2c95c84d7fa377baca (diff) |
html5 coords don't permit percentages
-rw-r--r-- | src/html.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc index f5631886..d6b64a19 100644 --- a/src/html.cc +++ b/src/html.cc @@ -2481,7 +2481,6 @@ static void type = UNKNOWN; } if (type == RECTANGLE || type == CIRCLE || type == POLYGON) { - /* TODO: add support for coords in % */ if ((attrbuf = a_Html_get_attr(html, tag, tagsize, "coords"))) { coords = Html_read_coords(html, attrbuf); |