summaryrefslogtreecommitdiffstats
path: root/src/object/sp-text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-text.h')
-rw-r--r--src/object/sp-text.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/object/sp-text.h b/src/object/sp-text.h
index a4c8b9d84..f2483bd03 100644
--- a/src/object/sp-text.h
+++ b/src/object/sp-text.h
@@ -78,6 +78,10 @@ private:
/** Union all exlusion shapes. */
Shape* _buildExclusionShape() const;
+ /** Find first x/y valuse which may be in a descendent element. */
+ SVGLength* _getFirstXLength();
+ SVGLength* _getFirstYLength();
+
public:
/** Optimize textpath text on next set_transform. */
void optimizeTextpathText() {_optimizeTextpathText = true;}