nsvgParseFromFile

  1. NSVG* nsvgParseFromFile(const(char)[] filename, const(char)[] units, float dpi, int canvaswdt, int canvashgt)
    nothrow
    nsvgParseFromFile
    (
    const(char)[] filename
    ,
    const(char)[] units = "px"
    ,
    float dpi = 96
    ,
    int canvaswdt = -1
    ,
    int canvashgt = -1
    )
  2. NSVG* nsvgParseFromFile(ST fi, const(char)[] units, float dpi, int canvaswdt, int canvashgt)
Suggestion Box / Bug Report