Bas Schouten
66756d62c5
Bug 749467 - Reftest: Add reftest for path continuation after transform changes. r=roc
2012-04-27 07:07:25 +02:00
Jeff Muizelaar
3541d16b8d
Bug 738919. Add reftest for a canvas dash array with a single element. r=mwoodrow.
...
--HG--
extra : rebase_source : 06afe9bc1401f53a6e6929a5063fd4af3da699cc
2012-03-27 12:00:34 -04:00
Jeff Muizelaar
3f0b3ef8d7
Bug 729850. CG: Get the point order correct when transforming a path. r=mwoodrow
2012-02-25 00:35:41 -05:00
Jeff Muizelaar
64aa64da5f
Bug 728028. CG: Avoid double transforming filled gradients. r=mwoodrow
...
When we fixed transformed clips it caused us to double transform gradients. We
fix this by avoiding ::PushClip when drawing gradients. This has the advantage
of saving a save and restore pair and it makes Fill() more closely match
Stroke()
2012-02-25 00:35:39 -05:00
Bas Schouten
ac9c902d7e
Bug 726951 - Reftest: Test for shadow clips working correctly in non-rectangular canvases. r=jrmuizel
2012-02-16 04:08:12 +01:00
Jeff Muizelaar
d10366daf2
Bug 720721. Properly transform the clip path in DrawTargetCG. r=mwoodrow
...
This is a little tricky because we can't put a save/restore pair
around the operation because then we'll loose the clip.
2012-01-24 15:14:50 -05:00
Jeff Muizelaar
c615c481e4
Bug 692879. Adjust reftests so that we pass with azure-quartz. r=mwoodrow
2011-11-25 16:38:14 -08:00
Matt Brubeck
4b1bdf5b96
Back out efd165428f08 to 4a79fefefa28 (bug 580786, bug 716639, bug 692879, bug 717921) because of reftest error
2012-01-17 10:08:38 -08:00
Jeff Muizelaar
96eb2cc765
Bug 692879. Adjust reftests so that we pass with azure-quartz. r=mwoodrow
...
--HG--
extra : rebase_source : 0c98aac4ccd18a4c391446d70721e00cc39d4266
2011-11-25 16:38:14 -08:00
Ms2ger
7535aaa04a
Backout bug 580786 / bug 716639 / bug 692879 / bug 717921 / bug 692879 (2dc5909e63b0:ced751d32df6); a=philor
2012-01-17 10:48:19 +01:00
Jeff Muizelaar
b22e63a08c
Bug 692879. Adjust reftests so that we pass with azure-quartz. r=mwoodrow
2011-11-25 16:38:14 -08:00
Jonathan Kew
652ae7d29b
bug 698185 - test for failure to draw subsequent runs in mixed-dir canvas text. r=dbaron
...
--HG--
rename : layout/reftests/canvas/text-bidi-ltr-test.html => layout/reftests/canvas/text-bidi-ltr-notref.html
2011-12-08 17:53:00 +00:00
L. David Baron
b98f691766
Add reftest annotations for failure state on Mac OS X 10.7 (Lion) so we can enable the reftest suite on Lion unit test machines. (Bug 700503)
...
This marks 4 gradient-related tests previously marked as failing on Mac
as failing on only 10.5 and 10.6, since they pass on 10.7.
It also marks one Arabic-shaping-related test as failing, for which bug
705044 has been filed.
2011-11-24 09:14:37 -08:00
Robert Longson
89b6a36b03
Bug 698985 - make canvas/image-rendering-test.html more reliable. r=dholbert
2011-11-19 08:53:35 +00:00
Phil Ringnalda
aaed57cf47
Annotate the now-permaorange bug 698985 as failing on Android
2011-11-17 21:16:57 -08:00
Benoit Girard
3805b3cd62
Bug 691354 - Enable test fix by changes. r=jmuizelaar
2011-10-17 13:09:03 -07:00
Jonathan Kew
e1cb88c524
bug 693610 - reftest - ensure chinese and latin glyph runs are not overprinted. r=bas
2011-10-12 22:29:45 +01:00
Benoit Girard
55511ee95e
Bug 676831 - Mark Android OpenGL Reftest failures for regression testing. r=joe
...
--HG--
extra : rebase_source : b5458fa13fc6277560eb0ebc3e4e31f6c04b4e6c
2011-09-19 13:05:15 -07:00
Jeff Muizelaar
3dd20eedbe
Bug 674003. Add reftest for transparent radial gradients. r=joe
...
This draws a unchanging part of the gradient on to another canvas.
--HG--
extra : rebase_source : 57de827713cac43cf117da1d4dc95a29d0007987
2011-08-05 17:10:09 -04:00
Jeff Muizelaar
08036b01d7
Bug 672646. Mark the radial gradient test as failing on OS X.
...
This is filed as bug 673333.
2011-07-21 23:15:24 -04:00
Jeff Muizelaar
e4aa8bf5dd
Bug 672646. D2D: Fix trasparent radial gradients. r=roc
...
The output merger stage was expecting premultiplied alpha
and we were giving non-premultiplied. Fix by premultiplying
in the shader.
Also adds a reftest for this situation.
2011-07-21 18:40:41 -04:00
Robert O'Callahan
d4259656be
Bug 649924. Use image surfaces to implement canvases beyond the texture size limit. r=bas
2011-07-08 22:42:21 +12:00
Chris Jones
4bd4a13396
Work around bug 668412: random-if() the test for bug 662038 for android. r=philor
...
--HG--
extra : rebase_source : ee67d408511ae3b0438687d3b7d919c64788ece2
2011-06-29 17:58:15 -07:00
Chris Jones
9e7179916d
Bug 662038: Very basic tests of mozDash/mozDashOffset. r=joe
2011-06-29 14:34:58 -07:00
Chris Jones
8bbc1d2ede
Bug 664884: Test mozCurrentTransform/mozCurrentTransformInverse. r=joe,roc
2011-06-29 14:34:58 -07:00
Chris Jones
796f9a5bc4
Test for bug 667947. r=dbaron
2011-06-28 17:35:39 -07:00
Robert O'Callahan
009c13993f
Bug 662898. Test
2011-06-13 13:42:48 +12:00
Chris Jones
38a6987ed3
Bug 655926, Test even-odd fill rule. r=joe
2011-06-09 19:15:13 -07:00
Benjamin Peterson
a82b8d6629
Bug 421865 - Handle zero dimensions correctly in canvas GetWidthHeight(). r=joe sr=roc
2011-05-19 12:49:18 +02:00
Zack Weinberg
9445215aa0
Bug 524173. Reftests demonstrating off-by-one bug in degenerate linear gradients on some platforms.
2011-03-31 15:00:34 -04:00
Joel Maher
7aa5486e66
Bug 636753 - annotate reftest manifests to note tests that fail on Android (2 of 2). r=dbaron a=test-only
2011-03-18 11:54:15 -04:00
Boris Zbarsky
b7230551a6
Bug 478445 and bug 499628. strokeText needs to not re-stroke the current path. r=vlad, a=vlad
2010-11-30 13:19:56 -05:00
Dave Townsend
f322fea87c
Backing out bug 614058, bug 609272, bug 478445, bug 499628, bug 605296, bug 608914 and bug 614724 due to potentially causing bug 615736 CLOSED TREE. a=backout
2010-12-01 11:01:56 -08:00
Boris Zbarsky
98af71aef3
Bug 478445 and bug 499628. strokeText needs to not re-stroke the current path. r=vlad, a=vlad
2010-11-30 13:19:56 -05:00
Phil Ringnalda
a53c00d9b5
Bug 581592 - allow for a couple of asserts in size-change-1.html on Mac, r=dbaron, a=orange
...
--HG--
extra : rebase_source : 6d7ab1eeb272786e75fa57521d3a5c0f698fb88e
2010-08-29 21:51:56 -07:00
Jonathan Kew
4214a38f34
bug 581092 - use unrounded width when advancing x-position to draw RTL text run in canvas. r=vlad a=blocking2.0
2010-08-05 10:18:39 +01:00
L. David Baron
b0ac8dc333
Switch reftest manifests to new, shorter syntax for widget toolkit tests. (Bug 570329) a2.0=tests
...
This patch was created by running the following sed commands:
s/MOZ_WIDGET_TOOLKIT=="\(gtk2\|cocoa\|qt\|windows\)"/\1Widget/g
s/MOZ_WIDGET_TOOLKIT!="\(gtk2\|cocoa\|qt\|windows\)"/!\1Widget/g
on all *.list files in the tree.
2010-07-30 16:48:57 -07:00
Robert O'Callahan
496811aed4
Bug 564991. Part 2: Create retained layer API: methods on FrameLayerBuilder that frames can use to access, reuse and invalidate retained layers. r=mats,sr=vlad
2010-07-16 09:07:46 +12:00
Jonathan Kew
aa5a345997
Bug 548751 - make canvas respect the style's language when resolving fonts. r=dbaron
2010-02-26 08:58:48 -08:00
Jesse Ruderman
68b319d377
Add reftest for default width and height of <canvas> (bug 291285, bug 293225)
2009-08-12 20:07:02 -07:00
Robert Longson
d9dd8ec759
Bug 486936 - fix reftest. Where did that ? come from
2009-06-17 22:52:43 +01:00
Robert Longson
8a18a5a87c
Bug 486936 - image-rendering style should apply to canvas element. r=vladimir
2009-06-17 21:31:18 +01:00
Karl Tomlinson
b910b2c175
reduce hinting and rounding effects by testing with a larger font size b=403618
2008-09-26 12:49:16 +12:00
Eric Butler
47e45f54c6
Canvas routines draw right-to-left text backwards - bug 402276 r=smontagu sr=roc
2008-07-18 11:29:06 -07:00
Eric Butler
4d58741bd6
Fix crashes when using text API on a canvas context whose element doesn't have a frame, and update handling of that case to match the spec. (Bug 438695) r+sr=dbaron
2008-06-17 14:37:57 -07:00
Eric Butler
be40edd6c9
Canvas text spec implementation (bug 436904)
2008-06-10 16:16:59 -07:00