Problem/Motivation

Activating aggregation will break the svg icon of the menu "toggler" of a bootstrap theme

Before, works
url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e)

After, does not work
url("data:image/svg+xml,%3csvgviewBox='003030'xmlns='http://www.w3.org/2000/svg'%3e%3cpathstroke='rgba(255,255,255,0.5)'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3e%3c/svg%3e")'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3e%3c/svg%3e)

Only if you use YUI Compressor.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

marcoka created an issue. See original summary.

marcoka’s picture

Title: SVG will break » SVG will break (using YUI)
Issue summary: View changes
thalles’s picture

Category: Bug report » Support request

I think this was fixed in dev branch, please try this: #3127422: Update YUI Compressor to a more recent version

thalles’s picture

Status: Active » Fixed
marcoka’s picture

Ok thank you for that info.

thalles’s picture

You're welcome!

thalles’s picture

Version: 8.x-4.1 » 8.x-4.x-dev

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.