diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-13 21:34:01 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-13 21:34:01 +0000 |
| commit | 992abe1c4fb62d8ad07fdb3c358b005d3412555a (patch) | |
| tree | 94228e08b3a8332a2a6a94c780890f22a806701c /src/sp-pattern.cpp | |
| parent | Add null checks. (diff) | |
| download | inkscape-992abe1c4fb62d8ad07fdb3c358b005d3412555a.tar.gz inkscape-992abe1c4fb62d8ad07fdb3c358b005d3412555a.zip | |
fixme comment
(bzr r2635)
Diffstat (limited to 'src/sp-pattern.cpp')
| -rw-r--r-- | src/sp-pattern.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-pattern.cpp b/src/sp-pattern.cpp index c2fedff50..4a919afa6 100644 --- a/src/sp-pattern.cpp +++ b/src/sp-pattern.cpp @@ -538,6 +538,7 @@ pattern_getroot (SPPattern *pat) // Access functions that look up fields up the chain of referenced patterns and return the first one which is set +// FIXME: all of them must use chase_hrefs the same as in SPGradient, to avoid lockup on circular refs guint pattern_patternUnits (SPPattern *pat) { |
