What’s the best way to persuade somebody when talking to them? You have to be confident, talk fast and swear a little, among other things. But what about p
Inverted mask from AI path
- Create a background layer in the desired color
- Select the paths that should form the mask and create a compound path
- Expand the transparency window
- Open the options menu and make sure ‘new opacity masks are inverted’ is selected
- In the same menu choose ‘make opacity mask’
Web Accessibility tools
Sources:
https://medium.com/bread-crumbs/free-web-accessibility-tools-round-up-b83a33797789#.phl56t1kk
AxE
Analyze a site for accessibility violations and warnings. aXe will let you know how serious the violation is, what WCAG guideline is being violated, and details about the element in question.
Exporting SVG from Ilustrator
Update:
Export artboard to SVG ‘for web’.
- Save as, use artboard
- Choose ‘try’ to export for web
- Choose options
- Careful when choosing ‘responsive’: it somehow adds vector parts that are outside the artboard area to the svg.
SVG profiles
SVG 1.0: all modern desktop and mobile browsers support SVG 1.1, so never choose this option.
SVG 1.1: You will almost always want this.
SVG Tiny/Basic: this is a subset of SVG intended for mobile devices. Only a handful of devices support SVG Tiny and not the full spec, so go for SVG 1.1.