The following comment has been added to this issue:
Author: Siveton Vincent
Created: Tue, 26 Oct 2004 2:17 PM
Body:
Maybe I dont understand exactly what Arnaud said.
In my xdoc file, I have:
<section name="My blabla">
<p>
<style type="text/css">
img.screenshot {
padding: 10px;
}
</style>
<img class="screenshot" src="images/logos/myImage.gif"/>
OR
<img class="screenshot" src="myImage.gif"/>
OR
<img class="screenshot"
src="http://blabla/myContext/images/logos/myImage.gif"/>
</p>
</section>
In the generated PDF, the images are correctly printed with the text
img.screenshot { padding: 10px; }
over the images.
The pdf contains my images.
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPPDF-21?page=comments#action_25797
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPPDF-21
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPPDF-21
Summary: PDF print style tag content
Type: Bug
Status: Open
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-pdf-plugin
Versions:
2.2
Assignee: Arnaud HERITIER
Reporter: Siveton Vincent
Created: Tue, 26 Oct 2004 7:11 AM
Updated: Tue, 26 Oct 2004 2:17 PM
Environment: Maven 1.0 with xdoc plugin 1.9
Description:
My XDOC XML file contains a style tag to define an image style:
<style type="text/css">
img.screenshot {
padding: 10px;
}
</style>
<img class="screenshot" src="images/logos/MYLOGO.gif"/>
The pdf plugin prints correctly my image but prints over the image:
img.screenshot { padding: 10px; }
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]