Jump to content
Search Community

AdWords and SVG - don't use shorthand tag closing

Gatekeeper74 test
Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Hi everyone

 

Just in case it has not been mentioned yet

 

whenever you use svg in your htmls, make sure to explicitly close the all elements:

 

i just had an issue with a set of banners to be uploaded to adwords and would like to share the essence:

 

for AdWords always use

<path..></path>

instead of

<path .../>

while all browsers seem fine with the shorthand closing, adwords actually is not.

it took the adwords technical support 3 days to realize:

 

 

 

Due to an identified technical issue, we currently cannot properly recognize SVG shorthand tag closing (/>).

 

Hope it helps to save you time and frustration ;)

 

Cheers

Gatekeeper74

  • Like 3
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...