Patch by Go MAEDA (user:maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@23256
e93f8b46-1217-0410-a6f0-
8f06a7374b81
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
unless Rails.env.production?
- require "svg_sprite"
-
ICON_RELEASE_VERSION = "v3.19.0"
ICON_DEFAULT_STYLE = "outline"
SOURCE = URI.parse("https://raw.githubusercontent.com/tabler/tabler-icons/#{ICON_RELEASE_VERSION}/icons")
end
def generate_svg_sprite(input_path, sprite_path)
+ require "svg_sprite"
+
SvgSprite.call(
input: input_path,
name: 'icon',