案例:SVG案例     状态:可编辑再运行    进入横版
x
    <g font-family="Verdana" font-size="50" stroke="red" stroke-width="4">
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
6
  <defs>
7
    <filter id="Erode1">
8
      <feMorphology operator="erode" in="SourceGraphic" radius="1" />
9
    </filter>
10
    <filter id="Erode3">
11
      <feMorphology operator="erode" in="SourceGraphic" radius="3" />
12
    </filter>
13
    <filter id="Erode4">
14
      <feMorphology operator="erode" in="SourceGraphic" radius="4" />
15
    </filter>
16
    <filter id="Dilate1">
17
      <feMorphology operator="dilate" in="SourceGraphic" radius="1" />
18
    </filter>
19
    <filter id="Dilate3">
20
      <feMorphology operator="dilate" in="SourceGraphic" radius="3" />
21
    </filter>
22
    <filter id="Dilate4">
23
      <feMorphology operator="dilate" in="SourceGraphic" radius="4" />
24
    </filter>

 运行结果 
 北美留学生论坛