Re: Clipping and on-demand redraw

Lawrence D'Oliveiro <[email protected]>
Newsgroups gmane.comp.lib.cairo
Organization Geek Central
Message-ID <[email protected]>
On Sun, 10 Jan 2016 05:07:09 +0100, Enrico Weigelt, metux IT consult
wrote:

> On 09.01.2016 23:37, Lawrence D'Oliveiro wrote:
>> 
> > Or you could simplify it, and compute a bigger axis-aligned bounding
> > rectangle for a rotated widget. Then you only need to do operations
> > on axis-aligned rectangles.  
> 
> hmm, could you perhaps give me some example ?

In Python, using Qahirah:

    ldo@theon:hack> python3 -ic "import qahirah as qah"
    >>> p = qah.Rect(0, 0, 100, 100).to_path()
    >>> p.extents()
    Rect(0, 0, 100, 100)
    >>> p.transform(qah.Matrix.rotate(45 * qah.deg)).extents()
    Rect(-70.7109, 0, 141.422, 141.422)
-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.