Actions
Feature #1632
closedBrush with gradient
Start date:
01/15/2013
Due date:
% Done:
0%
Estimated time:
Description
Hello,
I need to draw a color ramp but there is no support for gradient brush .
Any suggestion ?
Updated by Koen Deforche almost 12 years ago
- Target version changed from 3.3.0 to 3.3.1
Hey,
Yes, it is a glaring omission in Wt; I would like to schedule this as a feature for 3.3.1.
Regards,
koen
Updated by Koen Deforche over 11 years ago
- Status changed from New to InProgress
- Assignee changed from Koen Deforche to Korneel Dumon
We need to implement linear/radial gradients, expand the WBrush API as necessary.
References:
- Canvas: https://developer.mozilla.org/en-US/docs/Web/API/CanvasGradient
- SVG: https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Gradients
- VML: http://msdn.microsoft.com/en-us/library/bb229596(v=vs.85).aspx
- PDF (C, libharu): not supported
- PDF (Java, pdfjet): not supported ?
- PNG (C): complicated, composite gradient image ?
- PNG (Java): http://docs.oracle.com/javase/7/docs/api/java/awt/GradientPaint.html
Updated by Koen Deforche about 11 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche about 11 years ago
- Status changed from Resolved to Closed
Actions