Edgewall Software

Opened 17 years ago

Closed 17 years ago

#161 closed enhancement (fixed)

SVG Doctype

Reported by: philip.cooper@… Owned by: cmlenz
Priority: minor Milestone: 0.5
Component: Serialization Version: 0.4.4
Keywords: svg Cc: philip.cooper@…

Description

I've started using genshi.builder to generate svg.

It would be nice to add the correct svg doctype to output.py

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

I can do it ... but next time I upgrade Genshi my code will break and I will have forgotten why.

-- Phil

Change History (2)

comment:1 Changed 17 years ago by anonymous

  • Type changed from defect to enhancement

comment:2 Changed 17 years ago by cmlenz

  • Resolution set to fixed
  • Status changed from new to closed

Added in [779].

Note: See TracTickets for help on using tickets.