Skip to content

Commit

Permalink
Finishing touches on heatmap experiment page
Browse files Browse the repository at this point in the history
  • Loading branch information
bbag committed Mar 6, 2024
1 parent 731aed3 commit a50c245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/experiments/svg-heatmaps/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ The result (with and without the filter applied):

The rest is nothing too fancy: just meticulously drawing the outlines of the person as an SVG path, along with the outlines for each body part in the heatmap. Each part is then given its own blur depending on how big it is (for example, the pecs cover a larger area than the wrist, so they get a bigger blur applied).

Now with all those effects combined, and a slider to control each body part’s opacity in the heatmap filter, the final injry heatmap mini-app is done and working!
Now with all those effects combined, and a slider to control each body part’s opacity in the heatmap filter, the final <a href="https://codepen.io/bbagg/pen/yLwWXvx" target="_blank">injury heatmap mini-app</a> is done and working!

0 comments on commit a50c245

Please sign in to comment.