sunjay / turtle

Create Animated Drawings in Rust
http://turtle.rs
Mozilla Public License 2.0
562 stars 53 forks source link

Support hex colors #1

Closed sunjay closed 7 years ago

sunjay commented 7 years ago

This is mostly implemented. All we need to do is finish the code to parse both 3 and 6 digit hex numbers and add some tests.