gostudent / aurora

Aurora is a package to create quote images
9 stars 5 forks source link

Add More Gradients #4

Closed mubaris closed 6 years ago

mubaris commented 6 years ago

Take all the gradients from https://gradients.cssgears.com/ and add it to aurora.

pani-vishal commented 6 years ago

I'd like to take this

pani-vishal commented 6 years ago

Can I create a 2-d array of svg.Offcolor and name it gradients? @mubaris

mubaris commented 6 years ago

Sure

pani-vishal commented 6 years ago

So, is it necessary to create a new data type gradient then?

mubaris commented 6 years ago

Yes. Make a new type with 2 fields of datatype svg.OffColor

pani-vishal commented 6 years ago

Got it thanks!!