You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2010/05/21 22:04:18 UTC

[jira] Issue Comment Edited: (PDFBOX-722) Add support to draw or fill a polygon

    [ https://issues.apache.org/jira/browse/PDFBOX-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12870137#action_12870137 ] 

Andreas Lehmkühler edited comment on PDFBOX-722 at 5/21/10 4:04 PM:
--------------------------------------------------------------------

I've added the patch with version 947148. 

I've restructed the code a little bit to be more flexible. I've splitted the fill/stroke commands in 2 seperated methods add + fill/stroke.

Additionally I've added some more commands like 

-bezier curves
- fill(windingRule)
- stroke
- clipPath(windingRule)
- close + stroke

Thanks to Teka for the contribution.

      was (Author: lehmi):
    I've added the patch with version 947148. 

I've restructed the code a little bit to be more flexible. I've splitted the fill/stroke commands in 2 seperated methods add + fill/stroke.

Additionally I've added some more commands like 

-bezier curves
- fill(windingRule)
- stroke
- clipPath(windingRule)
- close + stroke
  
> Add support to draw or fill a polygon
> -------------------------------------
>
>                 Key: PDFBOX-722
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-722
>             Project: PDFBox
>          Issue Type: New Feature
>          Components: Writing
>    Affects Versions: 1.1.0
>            Reporter: Teka
>            Priority: Minor
>             Fix For: 1.2.0
>
>         Attachments: drawPolygon_and_FillPolygon.patch.fixed
>
>
> Add support to draw or fill a polygon.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.