Travis Horn
Travis Horn

Travis Horn

Follow
homeContact me
Tag

SVG

#svg

More content

Read more stories on Hashnode


Articles with this tag

Removing parts of shapes in SVG

May 9, 20193 min read

Recently, I needed to remove part of a shape in SVG for a project I was working on. Using clipping paths and masks are not as intuitive as I had first...

Removing parts of shapes in SVG

Using the Options Object JS Pattern

Nov 22, 20185 min read

An “options object” is a programming pattern that you can use to pass any number of named arguments to a function. Rather than using an ordered list...

Using the Options Object JS Pattern

Google-style gauge charts using D3

Jan 11, 20186 min read

Google provides a free charting library to display live charts on your site. It works pretty well but has some disadvantages: The library must be...

Google-style gauge charts using D3

Visualizing SVG Elements

Jan 4, 20183 min read

Scalable Vector Graphics, or SVG, is a language for creating vector graphics. Vector graphics are awesome because they have excellent browser support...

Visualizing SVG Elements

My Codevember 2017 Pens

Dec 1, 20171 min read

Codevember is an annual pen-a-day challenge. Participants visit the Codevember site each day, look at the inspiration for the day, and create a “pen”...

My Codevember 2017 Pens

Vue + SVG

Nov 16, 20175 min read

I love using D3.js for data visualization. However, there are some smaller projects where I’ve found manipulating SVG elements in Vue.js is...

Vue + SVG