Search found 1 match
- 2017-03-01T08:05:28-07:00
- Forum: IMagick
- Topic: Replicating CSS gradients: few problems
- Replies: 2
- Views: 13521
Replicating CSS gradients: few problems
Hello, First, let's say I want to replicate this CSS gradient with Imagick: radial-gradient(circle, #a6b1ff 50%, #342134) This is the best I could do in Imagick : 'radial-gradient:rgba(166, 177, 255, 0.5) 50% rgba(52, 33, 52, 0.5)' Second, how could I replicate this one ( CSS ): radial-gradient ...