Let me try to translate the message below.
Hi Armin,
I see two interfaces XSVGPrinter and XSVGWriter in svg mdoule
Could they be used for graphic in Bitmap format?
For function extractFromGraphic in svgimagenode
void extractFromGraphic (
const Graphic & rGraphic
drawinglayer :: primitive2d :: Primitive2DSequence & rEmbedded,
basegfx :: B2DRange & rViewBox,
BitmapEx & rBitmapEx)
What is parameter rBitmapEx work for?
On Wed, May 23, 2012 at 5:06 PM, jianlizhao <[email protected]> wrote:
> Hi Armin:
> I ask you some question as below:
> In module svg, have two Interfaces, one is XSVGPrinter, the other is
> XSVGWriter.
>
> 1) Can I use these interfaces, output Bitmap file?
>
> 2) under the module svg, in the file of svgimagenode.cxx,
>
> void extractFromGraphic (
> const Graphic & rGraphic
> drawinglayer :: primitive2d :: Primitive2DSequence & rEmbedded,
> basegfx :: B2DRange & rViewBox,
> BitmapEx & rBitmapEx)
>
> is the parameters rBitmapEx get Bitmap file?
>
> Thanks...
> Best Regards!
>