Lines Matching refs:version
22 #include "inkscape-version.h"
38 this->version.svg = zero_version;
40 this->version.inkscape = zero_version;
58 if (!this->getRepr()->attribute("version")) {
59 repr->setAttribute("version", SVG_VERSION);
62 this->readAttr("version");
63 this->readAttr("inkscape:version");
99 if (!sp_version_from_string(value, &this->version.svg)) {
100 this->version.svg = this->original.svg;
105 if (!sp_version_from_string(value, &this->version.inkscape)) {
106 this->version.inkscape = this->original.inkscape;
317 repr->setAttribute("inkscape:version", Inkscape::version_string);
320 if (!repr->attribute("version")) {
321 gchar *myversion = sp_version_to_string(this->version.svg);
322 repr->setAttribute("version", myversion);