Hi Christian, OK. I've found the problem.
Can you confirm that the function "DynaPDFRectMBS.height" is new to v 13.1? Oddly, it seems, in general, to return a NEGATIVE value for me. In my project, I have a class extender function in a module [height(extends r as DyanPDFRectMBS) as double] which I wrote a long time ago. It returns a positve value in all cases. With version 13.0 and earlier of the plugin, it was my code that would be called, and return a positve value. Apparently, since "height" is now a built in function of the object in version 13.1, my "extends" function is ignored. Now, the question is whether DynaPDFRectMBS.height *should be* returning a negative value in all cases? Or, is it by design, and related to korDownLeft/korTopLeft origin? Thanks, Peter -- Peter Truskier Premedia Systems, Inc. Berkeley, CA USA On May 15, 2013, at 12:42 AM, Christian Schmitz wrote: > > Am 15.05.2013 um 00:57 schrieb Peter Truskier <[email protected]>: > >> I've just run into a issue with the Dynapdf plugin v13.1(17853). I updated >> to that version shortly after the release was announced, and suddenly began >> to see incorrect behavior in my project, possibly having to do with upper- >> vs. lower-left coordinate systems when rendering a page to a picture. > > > Well, no idea. > > There are a lot of bug fixes and little changes in the library over time. > > If you think the new behavior is a bug, please show with a sample project. > Of course your code may do things which worked, but were not intended to work > this way. > > Greetings > Christian > > -- > Read our blog about news on our plugins: > > http://www.mbsplugins.de/ > > _______________________________________________ > Mbsplugins_monkeybreadsoftware.info mailing list > [email protected] > https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
