aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2015-05-05 06:19:12 +0000
committercorvid <devnull@localhost>2015-05-05 06:19:12 +0000
commitaf1c5e39e54e1ba2d26a472dfac0547afee3269e (patch)
tree9c11bcf2e958c2c5897e037167d60f7e6a8c679b /src
parent10605ce2b45e4859a5cb0b2c95c84d7fa377baca (diff)
html5 coords don't permit percentages
Diffstat (limited to 'src')
-rw-r--r--src/html.cc1
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);