Isaac Vega

Results 11 issues of Isaac Vega

When I combine lines and curves, there are certain orientations where the `fill` function doesn't work properly. In the example below, I draw that shape (that is one of the...

Bug
Area:WebGL

I was looking at the code and there is a lot of work done very hard in terms of manipulation of points, for example, when is needed to rotate a...

It's needed for the framework, to display math equations, and a good way to do that is by using LaTeX. An option to do that, and for a general purpose...

The current implementation of the `Color` class, have only support for `rgb` and `rgba` color spaces. It should be improved to handle `CMYK`, `RYB` and other color formats and its...

Currently, there is only one kind of animation: `Path` => `Path`, or it's derived classes. It should exist kind of a group where the animations are applied simultaneously.

This project is growing fast and it can reach that ugly moment where everything seems wrong and it doesn't exist a test suite to see where is the error, or...

A class to handle `SVG` files should be created to improve the functionalities of the framework. It should be according to the SVG standar.

The current code uses the file `watcher.js` to watch over the `/src` directory and look for changes to rebuild the framework. To have a more nice and clean method to...

One of the things that can be more user friendly is to use functions to create the shapes instead of the `new Shape` way. That is currently possible since the...

Provide a way to handle functions and operations between them.