- bytesconst(ubyte)[] bytes() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- pageWidthfloat pageWidth() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- pageHeightfloat pageHeight() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- savevoid save() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- restorevoid restore() 
- Restore the graphical contect: transformation matrices. 
- newPagevoid newPage() 
- Start a new page, finish the previous one. 
- fillStylevoid fillStyle(Brush brush) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fillStylevoid fillStyle(const(char)[] color) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- strokeStylevoid strokeStyle(Brush brush) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- strokeStylevoid strokeStyle(const(char)[] color) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setLineDashvoid setLineDash(float[] segments) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getLineDashfloat[] getLineDash() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lineDashOffsetvoid lineDashOffset(float offset) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lineDashOffsetfloat lineDashOffset() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fillRectvoid fillRect(float x, float y, float width, float height) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- strokeRectvoid strokeRect(float x, float y, float width, float height) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- measureTextTextMetrics measureText(const(char)[] text) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fillTextvoid fillText(const(char)[] text, float x, float y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- beginPathvoid beginPath(float x, float y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lineWidthvoid lineWidth(float width) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lineTovoid lineTo(float dx, float dy) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fillvoid fill() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- strokevoid stroke() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fillAndStrokevoid fillAndStroke() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- closePathvoid closePath() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fontFacevoid fontFace(string fontFace) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fontWeightvoid fontWeight(FontWeight fontWeight) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fontStylevoid fontStyle(FontStyle fontStyle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fontSizevoid fontSize(float size) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- textAlignvoid textAlign(TextAlign alignment) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- textBaselinevoid textBaseline(TextBaseline baseline) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- scalevoid scale(float x, float y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- translatevoid translate(float dx, float dy) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- rotatevoid rotate(float angle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- drawImagevoid drawImage(Image image, float x, float y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- drawImagevoid drawImage(Image image, float x, float y, float width, float height) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getXMLHeaderstring getXMLHeader() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Renders 2D commands in a HTML file. This simply embed a SVG inside.