Skip to content

Commit

Permalink
Allow color to be used for hashtag
Browse files Browse the repository at this point in the history
  • Loading branch information
emaillenin committed Aug 8, 2014
1 parent b790deb commit 111db63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
self.font_family = template.hashtag['font']
self.font_weight = Magick::BoldWeight
self.stroke = 'transparent'
self.fill = 'white'
self.fill = template.hashtag['color']
self.kerning = 1
self.align = LeftAlign
end
Expand Down

0 comments on commit 111db63

Please sign in to comment.