kooloveme / thtmlviewer

Automatically exported from code.google.com/p/thtmlviewer
Other
0 stars 0 forks source link

Implement color gradients #275

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The CSS notations for defining color gradients[1][2][3] are currently not 
recognized. These functions are:

linear-gradient()
radial-gradient()
repeating-linear-gradient()
repeating-radial-gradient()

Which steps will reproduce the problem?
Open the test case.

What is the expected output? What do you see instead?
The <div>s should have color gradients as backgrounds as shown in the attached 
screenshot.

This issue may be split into several parts if it's easier to implement. E.g. 
one for each function plus additional ones for their different values.

Which version of the product are you using? Which compiler version are you 
using? On which operating system?
r430, Delphi XE, Windows 7

Sebastian

[1] http://dev.w3.org/csswg/css-images-3/#linear-gradients
[2] http://dev.w3.org/csswg/css-images-3/#radial-gradients
[3] http://dev.w3.org/csswg/css-images-3/#repeating-gradients

Original issue reported on code.google.com by sebastia...@gmail.com on 31 Jul 2013 at 9:55

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by OrphanCat on 21 Aug 2013 at 9:19