SVG Text Masking
How do I make an svg text masking?
Using svg to do text mask. More browser support than CSS masking at the moment. Inspired by Lea Verou's article:. What is a svg text masking? How do you make a svg text masking? This script and codes were developed by Jon Christensen on 03 August 2022, Wednesday.
SVG Text Masking - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SVG Text Masking</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800'> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body { font-family: 'Open Sans', sans-serif;
}
svg { max-width: 100%; height: auto;
}
svg text { font-size: 5em; font-weight: 800;
}
#mask text { fill: url('#pattern');
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <h1>
<svg id="mask" preserveAspectRatio=”xMinYMin meet” viewBox="0 0 737 109"> <defs> <pattern id="pattern" patternUnits="userSpaceOnUse" height="600" width="600"> <image xlink:href="http://subtlepatterns.com/patterns/congruent_pentagon.png" width="600" height="600" /> </pattern>
</defs> <text x="0" y="1em">SVG Text Masking</text>
</svg>
</h1> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>
SVG Text Masking - Script Codes CSS Codes
body { font-family: 'Open Sans', sans-serif;
}
svg { max-width: 100%; height: auto;
}
svg text { font-size: 5em; font-weight: 800;
}
#mask text { fill: url('#pattern');
}

Developer | Jon Christensen |
Username | JMChristensen |
Uploaded | August 03, 2022 |
Rating | 3.5 |
Size | 2,141 Kb |
Views | 44,506 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
CSS Transition End Sequence | 4,980 Kb |
Graphs and Snap.svg | 2,870 Kb |
Section Diagonal Areas | 2,810 Kb |
CSS Banners | 2,548 Kb |
Simple CSS Loaders | 3,841 Kb |
Responsive SVG Overlay | 2,674 Kb |
SVG Button Animation | 4,333 Kb |
FitText.js Demo | 1,897 Kb |
Animated gradient text | 3,791 Kb |
Image Cover | 3,914 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
Fading gradient button | Insprd | 1,713 Kb |
Loader | MikitaLisavets | 3,321 Kb |
Import shader in three.js | Khangeldy | 2,636 Kb |
Front in Aracaju Logo Pure CSS | Shankarcabus | 2,581 Kb |
CSS Gem Badge | Orchard | 3,335 Kb |
A Pen by Xand0r | Xand0r | 1,928 Kb |
CSS3 Fullscreen Background Slideshow | Leetech | 3,435 Kb |
RRC wrapSwitch | Pshrmn | 2,922 Kb |
A Pen by Theun | Tjoen | 6,152 Kb |
Mega Menu by Joni | Asakasinsky | 3,171 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!