google / WebFundamentals

Former git repo for WebFundamentals on developers.google.com
Apache License 2.0
13.85k stars 2.57k forks source link

Typo Report in Automating image optimization page #6691

Open possnfiffer opened 5 years ago

possnfiffer commented 5 years ago

Page Affected: https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/automating-image-optimization/

What needs to be done?

There's a typo in the section explaining what Vector graphics are. The sentence in question is listed below: Vector graphics use points, lines and polygons to represent images and formats using simple geometric shapes (e.g logos) offering a high-resolution and zoom like SVG handle this use case better.

The sentence should probably be split into the following two sentences: Vector graphics use points, lines and polygons to represent images and formats using simple geometric shapes (e.g logos) offering a high-resolution and zoom. Formats like SVG handle this use case better.

swetajena98 commented 5 years ago

I would like to work on this issue.