~ubuntu-branches/ubuntu/trusty/python-enable/trusty

« back to all changes in this revision

Viewing changes to enthought/kiva/agg/src/kiva_graphics_context_base.h

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2010-02-28 14:56:36 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100228145636-9ghfhe3uy37tt3q6
Tags: 3.3.0-1
* New upstream release
* Bump Standards-Version to 3.8.4
* Switch to source format 3.0
* Update patches/freetype2.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
332
332
        //
333
333
        virtual void linear_gradient(double x1, double y1, double x2, double y2,
334
334
                                                        std::vector<kiva::gradient_stop> stops,
335
 
                            const char* spread_method);
 
335
                            const char* spread_method,
 
336
                            const char* units="userSpaceOnUse");
336
337
 
337
338
        //
338
339
        //
340
341
        virtual void radial_gradient(double cx, double cy, double r,
341
342
                            double fx, double fy,
342
343
                                                        std::vector<kiva::gradient_stop> stops,
343
 
                            const char* spread_method);
 
344
                            const char* spread_method,
 
345
                            const char* units="userSpaceOnUse");
344
346
 
345
347
    protected:
346
348
        // Grabs and configure the font engine with the settings on our current