SlideShare a Scribd company logo
1 of 109
Download to read offline
2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
<path d="..." transform="translate(30,30)"/>
           <path d="..." transform="scale(1.5)"/>
           <path d="..." transform="rotate(30,0,0)"/>
           <path d="..." transform="skewX(45)"/>




2011   8   21
<path d="..." transform="translate(30,30)"/>
           <path d="..." transform="scale(1.5)"/>
           <path d="..." transform="rotate(30,0,0)"/>
           <path d="..." transform="skewX(45)"/>




2011   8   21
<path d="..." transform="translate(30,30)"/>
           <path d="..." transform="scale(1.5)"/>
           <path d="..." transform="rotate(30,0,0)"/>
           <path d="..." transform="skewX(45)"/>




2011   8   21
transform="scale(1.5) rotate(45)"




2011   8   21
2011   8   21
2011   8   21
selector {
                -webkit-transform : rotate(45deg);
                   -moz-transform : rotate(45deg);
                    -ms-transform : rotate(45deg);
                     -o-transform : rotate(45deg);
                        transform : rotate(45deg);
           }




2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
<svg xmlns="http://www.w3.org/2000/svg"
                   xmlns:xlink="http://www.w3.org/1999/xlink">


                <a xlink:href="http://google.com">
                  <path d="..." />
                </a>


           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg"
                   xmlns:xlink="http://www.w3.org/1999/xlink">


                <a xlink:href="http://google.com">
                  <path d="..." />
                </a>


           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg"
                   xmlns:xlink="http://www.w3.org/1999/xlink">


                <a xlink:href="http://google.com">
                  <path d="..." />
                </a>


           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg"
                   xmlns:xlink="http://www.w3.org/1999/xlink">


                <a xlink:href="http://google.com">
                  <path d="..." />
                </a>


           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg"
                   xmlns:xlink="http://www.w3.org/1999/xlink">


                <a xlink:href="http://google.com">
                  <path d="..." />
                </a>


           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg"
                   xmlns:xlink="http://www.w3.org/1999/xlink">


                <a xlink:href="http://google.com">
                  <path d="..." />
                </a>


           </svg>




2011   8   21
2011   8   21
2011   8   21
2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <style type="text/css">
                    path#sample{
                         fill: #FFAA00;
                    }
                  </style>
                </defs>


                <path id="sample" d="..." />
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <style type="text/css">
                    path#sample{
                         fill: #FFAA00;
                    }
                  </style>
                </defs>


                <path id="sample" d="..." />
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <style type="text/css">
                    path#sample{
                         fill: #FFAA00;
                    }
                  </style>
                </defs>


                <path id="sample" d="..." />
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <style type="text/css">
                    path#sample{
                         fill: #FFAA00;
                    }
                  </style>
                </defs>


                <path id="sample" d="..." />
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <style type="text/css">
                    path#sample{
                         fill: #FFAA00;
                    }
                  </style>
                </defs>


                <path id="sample" d="..." />
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <style type="text/css">
                    path#sample{
                         fill: #FFAA00;
                    }
                  </style>
                </defs>


                <path id="sample" d="..." />
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <style type="text/css">
                    path#sample{
                         fill: #FFAA00;
                    }
                  </style>
                </defs>


                <path id="sample" d="..." />
           </svg>




2011   8   21
2011   8   21
2011   8   21
path:hover{
                fill-opacity:0.5;
           }
           @media(max-width:400px){
                path{
                    fill:#36f;
                    stroke:#000;
                    stroke-width:6;
                }
           }




2011   8   21
path:hover{
                fill-opacity:0.5;
           }
           @media(max-width:400px){
                path{
                    fill:#36f;
                    stroke:#000;
                    stroke-width:6;
                }
           }




2011   8   21
path:hover{
                fill-opacity:0.5;
           }
           @media(max-width:400px){
                path{
                    fill:#36f;
                    stroke:#000;
                    stroke-width:6;
                }
           }




2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <filter id="MyFilter">
                       <feGaussianBlur stdDeviation="5">
                  </filter>
                </defs>


                <g filter="url(#MyFilter)">
                  <path d="..." />
                </g>
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <filter id="MyFilter">
                       <feGaussianBlur stdDeviation="5">
                  </filter>
                </defs>


                <g filter="url(#MyFilter)">
                  <path d="..." />
                </g>
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <filter id="MyFilter">
                       <feGaussianBlur stdDeviation="5">
                  </filter>
                </defs>


                <g filter="url(#MyFilter)">
                  <path d="..." />
                </g>
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <filter id="MyFilter">
                       <feGaussianBlur stdDeviation="5">
                  </filter>
                </defs>


                <g filter="url(#MyFilter)">
                  <path d="..." />
                </g>
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <filter id="MyFilter">
                       <feGaussianBlur stdDeviation="5">
                  </filter>
                </defs>


                <g filter="url(#MyFilter)">
                  <path d="..." />
                </g>
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <filter id="MyFilter">
                       <feGaussianBlur stdDeviation="5">
                  </filter>
                </defs>


                <g filter="url(#MyFilter)">
                  <path d="..." />
                </g>
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <filter id="MyFilter">
                       <feGaussianBlur stdDeviation="5">
                  </filter>
                </defs>


                <g filter="url(#MyFilter)">
                  <path d="..." />
                </g>
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <filter id="MyFilter">
                       <feGaussianBlur stdDeviation="5">
                  </filter>
                </defs>


                <g filter="url(#MyFilter)">
                  <path d="..." />
                </g>
           </svg>




2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <filter id="MyFilter">
                       <feGaussianBlur stdDeviation="5">
                  </filter>
                </defs>


                <g filter="url(#MyFilter)">
                  <path d="..." />
                </g>
           </svg>




2011   8   21
2011   8   21
2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <defs>
                  <filter id="MyFilter">
                       <feGaussianBlur stdDeviation="5">
                  </filter>
                </defs>


                <g filter="url(#MyFilter)">
                  <path d="..." />
                </g>
           </svg>




2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
in="sourceAplha"



2011   8   21
<feGaussianBlur/>



2011   8   21
<feOffet/>



2011   8   21
in="sourceGraphic"



2011   8   21
<feMerge/>



2011   8   21
2011   8   21
<filter id="DropShadow">
            <feGaussianBlur in="sourceAlpha" stdDeviation="5" result="blur"/>
            <feOffet in="blur" dx="5" dy="5" result="offetBlur"/>
            <feMerge>
                <feMergeNode in="offsetBlur"/>
                <feMergeNode in="sourceGraphic"/>
            </feMerge>
           </filter>




2011   8   21
<filter id="DropShadow">
            <feGaussianBlur in="sourceAlpha" stdDeviation="5" result="blur"/>
            <feOffet in="blur" dx="5" dy="5" result="offetBlur"/>
            <feMerge>
                <feMergeNode in="offsetBlur"/>
                <feMergeNode in="sourceGraphic"/>
            </feMerge>
           </filter>




2011   8   21
<filter id="DropShadow">
            <feGaussianBlur in="sourceAlpha" stdDeviation="5" result="blur"/>
            <feOffet in="blur" dx="5" dy="5" result="offetBlur"/>
            <feMerge>
                <feMergeNode in="offsetBlur"/>
                <feMergeNode in="sourceGraphic"/>
            </feMerge>
           </filter>




2011   8   21
<filter id="DropShadow">
            <feGaussianBlur in="sourceAlpha" stdDeviation="5" result="blur"/>
            <feOffet in="blur" dx="5" dy="5" result="offetBlur"/>
            <feMerge>
                <feMergeNode in="offsetBlur"/>
                <feMergeNode in="sourceGraphic"/>
            </feMerge>
           </filter>




2011   8   21
<filter id="DropShadow">
            <feGaussianBlur in="sourceAlpha" stdDeviation="5" result="blur"/>
            <feOffet in="blur" dx="5" dy="5" result="offetBlur"/>
            <feMerge>
                <feMergeNode in="offsetBlur"/>
                <feMergeNode in="sourceGraphic"/>
            </feMerge>
           </filter>




2011   8   21
<filter id="DropShadow">
            <feGaussianBlur in="sourceAlpha" stdDeviation="5" result="blur"/>
            <feOffet in="blur" dx="5" dy="5" result="offetBlur"/>
            <feMerge>
                <feMergeNode in="offsetBlur"/>
                <feMergeNode in="sourceGraphic"/>
            </feMerge>
           </filter>




2011   8   21
<filter id="DropShadow">
            <feGaussianBlur in="sourceAlpha" stdDeviation="5" result="blur"/>
            <feOffet in="blur" dx="5" dy="5" result="offetBlur"/>
            <feMerge>
                <feMergeNode in="offsetBlur"/>
                <feMergeNode in="sourceGraphic"/>
            </feMerge>
           </filter>




2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
<rect width="100" height="100" fill="#0099FF">
                <animateMotion dur="3s" rotate="auto">
                  <mpath xlink:href="#guide"/>
                </animateMotion>
           </rect>


           <path id="guide" d="..."/>




2011   8   21
<rect width="100" height="100" fill="#0099FF">
                <animateMotion dur="3s" rotate="auto">
                  <mpath xlink:href="#guide"/>
                </animateMotion>
           </rect>


           <path id="guide" d="..."/>




2011   8   21
<rect width="100" height="100" fill="#0099FF">
                <animateMotion dur="3s" rotate="auto">
                  <mpath xlink:href="#guide"/>
                </animateMotion>
           </rect>


           <path id="guide" d="..."/>




2011   8   21
<rect width="100" height="100" fill="#0099FF">
                <animateMotion dur="3s" rotate="auto">
                  <mpath xlink:href="#guide"/>
                </animateMotion>
           </rect>


           <path id="guide" d="..."/>




2011   8   21
<rect width="100" height="100" fill="#0099FF">
                <animateMotion dur="3s" rotate="auto">
                  <mpath xlink:href="#guide"/>
                </animateMotion>
           </rect>


           <path id="guide" d="..."/>




2011   8   21
<rect width="100" height="100" fill="#0099FF">
                <animateMotion dur="3s" rotate="auto">
                  <mpath xlink:href="#guide"/>
                </animateMotion>
           </rect>


           <path id="guide" d="..."/>




2011   8   21
2011   8   21
2011   8   21
2011   8   21
<svg xmlns="http://www.w3.org/2000/svg">
                <g id="sample" ...>
                  <path d="..."/>
                </g>
                <script type="application/ecmascript">
           document.querySelector("#sample").addEventListener("click",
           function(){
                this.setAttribute("fill","red");
                alert("Clicked !!");
           }, false);
                </script>
           </svg>




2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
<body>
                <h1>img            </h1>

                <img src="image.svg" alt="">
           </body>




2011   8   21
<body>
                <h1>img            </h1>

                <img src="image.svg" alt="">
           </body>




2011   8   21
2011   8   21
<body>
                <h1>img              </h1>

                <svg width="300" height="300">
                  <path d="..." />
                  <path d="..." />
                  <path d="..." />
                </svg>
           </body>



2011   8   21
<body>
                <h1>img              </h1>

                <svg width="300" height="300">
                  <path d="..." />
                  <path d="..." />
                  <path d="..." />
                </svg>
           </body>



2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21
2011   8   21

More Related Content

Viewers also liked

Static CMS for web professionals and their clients
Static CMS for web professionals and their clientsStatic CMS for web professionals and their clients
Static CMS for web professionals and their clientsMichael Frankland
 
SVG For Web Designers (and Developers)
SVG For Web Designers (and Developers) SVG For Web Designers (and Developers)
SVG For Web Designers (and Developers) Sara Soueidan
 
Project Report on Financial Statement Analysis
Project Report on Financial Statement AnalysisProject Report on Financial Statement Analysis
Project Report on Financial Statement Analysisarijitbhowmick
 
Pulse cms Nagoya meetup workshop
Pulse cms Nagoya meetup workshopPulse cms Nagoya meetup workshop
Pulse cms Nagoya meetup workshopMichael Frankland
 
Financial analysis final project
Financial analysis  final projectFinancial analysis  final project
Financial analysis final projectDeepanti Arora
 
A project report on financial statement analysis
A project report on financial statement analysisA project report on financial statement analysis
A project report on financial statement analysisProjects Kart
 

Viewers also liked (7)

Static CMS for web professionals and their clients
Static CMS for web professionals and their clientsStatic CMS for web professionals and their clients
Static CMS for web professionals and their clients
 
SVG For Web Designers (and Developers)
SVG For Web Designers (and Developers) SVG For Web Designers (and Developers)
SVG For Web Designers (and Developers)
 
Project Report on Financial Statement Analysis
Project Report on Financial Statement AnalysisProject Report on Financial Statement Analysis
Project Report on Financial Statement Analysis
 
Pulse cms Nagoya meetup workshop
Pulse cms Nagoya meetup workshopPulse cms Nagoya meetup workshop
Pulse cms Nagoya meetup workshop
 
Financial analysis final project
Financial analysis  final projectFinancial analysis  final project
Financial analysis final project
 
A project report on financial statement analysis
A project report on financial statement analysisA project report on financial statement analysis
A project report on financial statement analysis
 
SlideShare 101
SlideShare 101SlideShare 101
SlideShare 101
 

Dive Into SVG