svgmarkernode.cxx (50b37974) svgmarkernode.cxx (a275c134)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 174 unchanged lines hidden (view full) ---

183 {
184 break;
185 }
186 }
187 }
188
189 const drawinglayer::primitive2d::Primitive2DSequence& SvgMarkerNode::getMarkerPrimitives() const
190 {
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 174 unchanged lines hidden (view full) ---

183 {
184 break;
185 }
186 }
187 }
188
189 const drawinglayer::primitive2d::Primitive2DSequence& SvgMarkerNode::getMarkerPrimitives() const
190 {
191 if(!aPrimitives.hasElements())
191 if(!aPrimitives.hasElements() && Display_none != getDisplay())
192 {
193 decomposeSvgNode(const_cast< SvgMarkerNode* >(this)->aPrimitives, true);
194 }
195
196 return aPrimitives;
197 }
198
199 const basegfx::B2DRange* SvgMarkerNode::getCurrentViewPort() const

--- 16 unchanged lines hidden ---
192 {
193 decomposeSvgNode(const_cast< SvgMarkerNode* >(this)->aPrimitives, true);
194 }
195
196 return aPrimitives;
197 }
198
199 const basegfx::B2DRange* SvgMarkerNode::getCurrentViewPort() const

--- 16 unchanged lines hidden ---