sp-string.cpp revision 60282e8335d7b6ae7020613bb22c7c69a6909fbb
49N/A#ifdef HAVE_CONFIG_H
1859N/A#include "sp-string.h"
1846N/Astatic void sp_string_build(SPObject *object, SPDocument *document, Inkscape::XML::Node *repr);
2205N/A sizeof(SPStringClass),
1859N/A bool whitespace = false;
1859N/A whitespace = true;
1859N/A whitespace = false;
1859N/A if (whitespace && object->getRepr()->next() != NULL) { // can't use SPObject::getNext() when the SPObject tree is still being built
2470N/A flags &= ~SP_OBJECT_USER_MODIFIED_FLAG_B; // won't be "just a transformation" anymore, we're going to recompute "x" and "y" attributes