Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<style type="text/css">
img {
link-parameters: param(--color, green);
}
</style>
<div>
<img src="svg-color.svg" width="300" height="200" />
</div>
</html>