svgrectnode.cxx (50b37974) svgrectnode.cxx (1f882ec4)
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

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

208 }
209 else
210 {
211 aPath = basegfx::tools::createPolygonFromRect(aRange);
212 }
213
214 drawinglayer::primitive2d::Primitive2DSequence aNewTarget;
215
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

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

208 }
209 else
210 {
211 aPath = basegfx::tools::createPolygonFromRect(aRange);
212 }
213
214 drawinglayer::primitive2d::Primitive2DSequence aNewTarget;
215
216 pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget);
216 pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget, 0);
217
218 if(aNewTarget.hasElements())
219 {
220 pStyle->add_postProcess(rTarget, aNewTarget, getTransform());
221 }
222 }
223 }
224 }
225 } // end of namespace svgreader
226} // end of namespace svgio
227
228//////////////////////////////////////////////////////////////////////////////
229// eof
217
218 if(aNewTarget.hasElements())
219 {
220 pStyle->add_postProcess(rTarget, aNewTarget, getTransform());
221 }
222 }
223 }
224 }
225 } // end of namespace svgreader
226} // end of namespace svgio
227
228//////////////////////////////////////////////////////////////////////////////
229// eof