You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2009/03/03 16:49:12 UTC

DO NOT REPLY [Bug 46793] New: getLineWidth in SimpleShape Class has problem

https://issues.apache.org/bugzilla/show_bug.cgi?id=46793

           Summary: getLineWidth in SimpleShape Class has problem
           Product: POI
           Version: 3.2-FINAL
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSLF
        AssignedTo: dev@poi.apache.org
        ReportedBy: jie.han@163.com
                CC: jie.han@163.com


Created an attachment (id=23324)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23324)
TextShape with border (border width 0.75p)

In the slide if the the border width of the shape is  0.75p the getLineWidth
function returns 0.0.  In other condition it works fine is it the bug inside
the function?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 46793] getLineWidth in SimpleShape Class has problem

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46793


Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Yegor Kozlov <ye...@dinom.ru>  2009-06-19 09:51:43 PST ---
Fixed in r786577 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=786577 )

PowerPoint doesn't store a value if line width has the default value (0.75). In
such cases the width property is missing and getLineWidth returned 0.

Yegor

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org