Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 149452--External SVG images in PDF

Title: CheckIn: Fix Bugzilla Bug 149452--External SVG images in PDF

Summary 

Bugzilla Bug (s) Resolved:

149452--External SVG images in PDF

Description:

This checkin is based on patches from Stéphane Delos.

1.      Support svg image in PDF emitter and html emitter.
2.      If user does not set width and height for svg image, PDF emitter will set a default value for the image

Test Description:

Manual Test

 

Files Edited:

"/org.eclipse.birt.report.engine.emitter.pdf/META-INF/MANIFEST.MF" "/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java" "/org.eclipse.birt.report.engine.emitter.pdf/BuildEnginePDF.xml"

"/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFImageLM.java"java"

 Notes to Build Team:

 PDF emitter depends on org.apache.batik and org.apache.batik.pdf.

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top