Monday, July 13, 2020

PSF GSoC students blogs: Weekly Check-In | Gsoc'2020 | #7

Greetings, People of the world!

First week after our first evaluation was nice. I tried speeding up things. It's been an amazing week.

1. What did you do this week?

This week I added the feature to rotate an icon as well as to flip an icon as a part of customization. Thus now a user can rotate, flip or change colour of an icon according to their requirement. The customized icon are available to be downloaded as SVG only as of now.

 

2. What is coming up next?

This week, I will be add the feature to download these customized icons as PNG and along with it I will try to get started with multiple icon customization too.

 

3. Did you get stuck anywhere?

Nope, not this weekcheeky

 

 



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...