</> Code The Pixel

How to Make an Interactive SVG Map

Asyraf Wahi Anuar - March 02, 2022

Estimated reading time: 46 minutes, 53 seconds

Scalable Vector Graphics (SVG) is a two-dimensional vector image format based on XML that supports interactivity and animation. Since 1999, the World Wide Web Consortium has been developing the SVG specification as an open standard. SVG pictures are stored in XML text files and are defined in a vector graphics format. In this tutorial, we will create an interactive map for Malaysia. The concept is to create a Malaysia map that can display the state name when the mouse hovers over it.

Get The Map
You can use Google Image to search SVG map or for this tutorial, I use the map from simplemaps website. Download the SVG map and you can open it with a web browser or view the code using text/code editor.

The HTML Syntax
Create an HTML syntax as shown below:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    
</body>
</html>

 

The Style
Create a CSS and link to the HTML to style the map view as shown below:

<link rel="stylesheet" href="style.css" type="text/css"/>

The CSS contains the following codes:

*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #FFFFFF
}
svg path{
    fill: #00394f;
    stroke: #eee;
    stroke-width: .25;
}
svg path:hover{
    fill:#4D77FF;
    transition: 0.6s;
    cursor: pointer
}


SVG and Xlink
Insert the SVG map into the HTML body part and xlink for each of the map paths as shown below:

<a xlink:title="Perlis" xlink:href="#">
    <path id="Perlis" class="st0" d="M46.6,75.5l-0.2,0.7l-0.5,0.5L44.5,75l-1.2-2.5l-0.9-2.7L42,67.4l-0.2-1.1l0.5-0.9l0.5-1.2l0.2-1.5
        v-0.5l-0.2-0.9l0.1-0.6l0.3-0.6l0.6-0.4l0.3-0.5L44,58.4l-0.5-1.3v-1l0.3-2.3l0.1-1.3l0.2-0.6l0.3-0.5l0.9-0.3l0.5,0.3l0.4,0.5
        l0.5,0.3h0.8v-0.1l0.9-0.5l0.5-0.1l0.7,0.1l0.6,0.2l0.4,0.4l2.1,6.4l0.7,1.1l1.1,1l1.6,0.8L56,62.3v0.2V63l-0.6,2.5l-0.1,0.3L55,66
        l-1.3,0.9l-0.6,0.5l-6.3,7.1l-0.1,0.2l-0.1,0.2V75.5z"/>
</a>


The overall codes should be as shown below:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Malaysia SVG</title>
    <link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
    <?xml version="1.0" encoding="utf-8"?>
    <!-- Generator: Adobe Illustrator 24.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
    <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 915 400" style="enable-background:new 0 0 915 400;" xml:space="preserve">
    <style type="text/css">
        .st0{fill:#C8C8C8;stroke:#FFFFFF;}
    </style>
    <a xlink:title="Putrajaya" xlink:href="#">
    <polygon id="Putrajaya" class="st0" points="133.5,266.1 133.4,267.1 132.3,268.6 132.1,269.1 131.8,269.4 131,270.1 130.6,270.2 
        130.4,270.1 130.1,269.9 129.9,269.6 129.8,269.1 130,268.6 130.2,268.4 130.3,268.1 130.4,267.9 130.4,267.7 130.2,266.9 
        130.3,266.4 130.4,266.2 130.4,265.9 130.2,265.6 130.1,265.4 130.2,265.1 130.6,264.9 131.4,264.6 131.7,264.4 132,264.4 
        132.4,264.1 132.6,265.1 133,265.6 "/>
        </a>
        <a xlink:title="Labuan" xlink:href="#">
    <path id="Labuan" class="st0" d="M666.7,133.6l-1.4,0.8l0.1-0.8l1.6-4.5l0.5-0.5l1.6-1.5l0.9-0.4l0.4,1.2l0.6,2.9v1.4l-1,1h-0.5
        l-1.2-0.7l-0.4,0.1L666.7,133.6z"/>
    </a>
        <a xlink:title="Kuala Lumpur" xlink:href="#">
    <polygon id="Kuala Lumpur" class="st0" points="135.3,253.1 135.2,253.2 135.2,253.4 134.8,253.7 134.6,254.1 134.6,254.9 134.5,255.1 
        134.1,255.4 134.1,255.9 134.2,256.4 134.4,257.6 134.7,259.7 134.7,260.1 134.6,260.4 134.4,260.4 134.2,260.6 134,260.6 
        133.8,260.6 133.7,260.7 133.6,261.1 133.5,261.4 133.3,261.6 133.1,261.4 133,261.2 132.9,261.1 132.8,260.9 132.6,260.9 
        132.3,260.9 130.7,261.1 130,261.1 129.7,260.9 129.5,260.7 129.4,260.4 129.4,260.1 129.2,259.7 129.2,259.4 129.3,259.1 
        129.7,258.7 129.7,258.1 129.6,257.9 129.5,257.6 129.4,257.6 129.3,257.6 129.3,257.4 129.2,257.4 129.2,256.7 129.1,256.6 
        128.9,256.4 128.1,255.9 128,255.7 127.8,255.6 127.7,255.4 127.5,255.1 127.4,254.9 127.2,252.9 127.2,252.6 128,251.2 
        128.2,250.9 128.4,250.6 129.1,250.4 129.5,249.9 129.6,249.9 129.7,249.9 129.9,249.7 130.1,249.9 130.8,250.6 132.2,251.2 
        132.6,251.2 133,251.1 133.3,250.9 133.9,250.7 134.3,250.7 134.5,250.9 134.7,251.2 134.9,251.9 135.1,252.4 135.2,252.6 "/>
        </a>
        <a xlink:title="Sarawak" xlink:href="#">
    <path id="Sarawak" class="st0" d="M445.8,289.6l-1.1-9.5l0.1-2.9l0.9-1.8l1.9,0.8l1.2,1.8l0.6,2.4l0.1,10l0.4,4.2l1.2,3.3l0.1,0.2
        v0.5l-0.1,0.4l-0.6-0.3l-0.5-0.3l-0.6,0.3l-0.4,0.5l-0.2,0.5l-0.6-0.8l-1-2.3l-0.6-0.5l-1.1-0.5l-0.3-1.2l0.5-2.5L445.8,289.6
         M692.2,196.4l-0.2-0.9v-1.3l0.1-0.8l0.2-0.7l1.7-2.3l0.3-0.4l0.4-1.3l0.1-0.6l-0.1-0.6l-0.4-0.7l-0.7-1l-0.6-0.5l-0.5-0.3l-0.4-0.2
        l-0.9-0.2l-0.5-0.1l-0.4-0.3l-0.4-0.4l-0.2-0.7l-0.1-1v-1.3v-0.5l-0.2-0.5l-0.9-1.4l-0.3-0.8l-0.2-4.4l0.1-0.5l0.1-0.3l1.8-3.2
        l0.2-0.6l0.1-0.6l0.2-2l0.2-1l0.2-0.6l0.3-0.4l1.2-1.2l0.3-0.5l0.2-0.6l0.9-2.9v-0.6v-0.6l-1.3-5.4l-0.3-0.6l-0.4-0.4l-0.8-0.1h-1
        l-1.7,0.3l-2.7,0.1l-5.3-0.5l-0.8,0.7l-0.2,0.3l-1.9,1.9l-0.7,0.5l-0.9,0.2l-1.2-0.1l-1-0.3l-0.6-1.1l-0.5-0.3l-0.6-0.3l-0.5-0.1
        l-1.3,0.1l-0.3-0.1l-0.1-0.4l-0.7-0.8l-0.8-0.1l-0.6,0.5l-0.6,1.9l-0.6,0.5l-0.9,0.1h-1l0.1,1.3l0.5,0.5l0.8,0.3l0.7,0.5l1.4,2.1
        l3.8,10.8l0.2,1.3l-0.1,1l-0.4,2.3l-0.1,2.2l0.4,2.4l0.7,2.3l1.3,1.7l2,1.9l0.9,1.2l0.1,1.2L676,188h-1.3l-1.3-0.6l-1-0.7l-0.5-0.2
        l-1.1,0.1l-0.6-0.3l-0.9-0.7l-0.5-0.2l-1.7,0.2l-1.2-0.3l-3.3-1.2l-0.7-0.5l-0.5-0.8l-0.7-5.6l-0.6-2.3l-1.9-4.4l-0.5-2.3l-0.2-4.6
        l0.4-4.5l-0.3-2.1l-0.1-2.2l-0.4-1.2l-0.3,0.5l-0.5,0.4l-0.5,0.4l-0.6,0.3l-1.4,1.3l-0.2,0.8v1l-0.4,0.9l-0.9,0.5h-1l-1-0.1
        l-1.1-0.1l-1.3,0.4l-1,0.6l-1.8,1.8l-1,0.6l-2.1,0.9l-0.6,0.5v0.9l0.4,1.1l1.1,2.1l0.4,1.2l0.2,1.2l0.2,6.7l0.4,2.1l1,1.6l1.1,0.4
        l0.9-0.1l0.4,0.2l-0.1,1.7l-0.6,2.1l-0.4,1l-0.6,1l-1.7,1.6l-0.4,0.6l0.1,1.2l1.7-0.8l0.2,1l-0.4,1.1l-1.3,1.9l-0.4,1.1l-0.3,2.4
        l-0.4,0.8l-5.3,5l-2.7,1.6l-2.3-0.3l-0.3-0.4l-0.4-1.4l-0.3-0.6l-0.5-0.5l-1.2-0.8l-3.6-3.3l-0.8-1.1l-0.6-1.1l-1.1-3.7l-0.8-0.7
        l-1-0.1l-2.4,0.5l-2.5-0.5l-1.9-0.2l-0.3-0.5l-0.1-0.9l0.2-0.3l0.8-0.7l0.2-0.5l-0.4-2.6l-0.8-1.2v-1.6l-0.4-1.6l-0.4-0.6l-0.6-0.6
        l-0.1-0.4l-0.1-0.5l-0.1-0.4l-0.4-0.1h-0.9l-0.4-0.2l-0.4-1.2l-0.7-0.4l-1.4-0.6l-1.9-1.4l-1.2-0.6l-3.1-0.5l-3.7-1.8l-1.3,0.4
        l-0.4,0.9l1.3,5.4v2.7l-0.6,2.4l-1.2,1.9l0.4,2.3l-1.2,2.7l-12,15.6l-13.8,11.9l-2.4,1.4l-1.1,0.9l-0.4,1l-0.2,1.4l-0.5,1.3
        l-1.3,2.3l-2.7,3l-0.4,0.7l-0.3,0.3l-1.4,1.1l-0.3,0.5l-0.1,1.3l-0.1,0.4l-0.2,0.5l-1,1.5l-4.5,4l-1.9,3l-0.2,0.5l-0.6,0.3l-2.8,2.4
        l-1.5,1.1l-0.4,0.5l0.7,1.2l-1.2,2.2l-3,3.3l-1.9,1l-10,3.1l-0.7-0.1l-3.5,1.4l-8.7,1.9l-15.8,4.1l-16.3,4.3l-8.7,0.3l-10.9,2.2
        l-1.8,0.8l-6.2,3.9l-4.1,3.1l-0.6,0.7l-0.4,0.8l-0.3,2.2l-1,3.5v1.4l0.3,0.9l0.6,0.6l0.7,0.7l0.9,0.5l2.2,0.6l1.2,0.4l-0.3,0.2H457
        h-0.1l-0.3-0.2l-1.1,1l-1.4-0.1l-1.6-0.4l-1.7-0.1l0.4,0.8l0.7,2.4l0.4,0.7l1.9,1.8l1.2,1.1l0.4,1.1l-1.1-0.7l-1-0.7l-0.5-0.1
        l-1.9,0.3l-0.5,0.1l-1.8,1.3l-0.5,0.1l-0.4-0.3l-0.4-0.3l-0.3-0.2l-0.5-0.3l-1.4-1.8l-0.6-0.5l-2-0.6l-0.7-0.5l-0.5-1l-1.4,1.2
        l-0.8,1.5l-0.5,4l-0.7,2.7l-0.1,1.1l0.4,0.4l1.1,0.2l1,0.4l0.7,1.1l-1.2-0.2l-1.1,0.5l-0.9,0.9l-0.4,0.9l0.1,1.3l0.3,0.7l0.8,0.1
        l4.1-0.6l1.2,0.2l1.5,1l0.6,0.2l0.6-0.1l0.4-1.4l0.6-0.6l0.7-0.3l0.5,0.5l-0.1,0.5l-1.1,1.4l-0.4,0.4l-0.8,0.5l-0.4,0.1l-2.1-0.4
        l-1.1-0.4l-1.1-0.1l-0.7,0.8l0.1,1.3l1.4,1.3l-1.4,0.1l-1.1-0.4l-0.7-0.1l-0.3,0.3l-0.1,1.3l-1.7,5.3l-1.7,3.8l-1.3,1.9l-0.5,1.1
        l-0.2,1.1l0.2,0.5l0.9,0.5l0.1,0.3l-0.4,0.4l-1.3,0.3l-0.3,0.3l0.1,0.9l0.3,0.8l1.3,2.2l0.3,0.3l0.3,0.1l1.1,0.2l0.2,0.2l0.1,0.3
        l0.7,0.9v0.7l0.2,0.2l0.4-0.1l1.1,0.3h0.5l0.5,0.1l1,0.8l0.6,0.2l1.1,0.3l-1.2,0.4l-1-0.5l-0.8-0.6l-0.7,0.2l-1.3,0.6l-0.9-0.8
        l-0.8-1.4l-0.7-1l-1.2-0.4l-1.2,0.1l-3.3,0.6l-0.5,0.8l-0.5,2l-0.8,2l-0.1,0.5l0.1,1.7l0.3,0.7l1.1,1l1,2.8l0.9,0.8l2.6,1l1,0.7
        l0.8,0.9l1,0.6l1,0.3h1.3l2-1l0.7-0.2l0.8,0.1l1.6,0.6l0.9,0.1l0.4,0.4l0.6,1.5l0.2,0.4l0.8,0.2l1.6,0.5l0.9,0.1l-2.4,1.2l-2.3-1.1
        l-2-1.7l-1.9-0.8l-1.2,0.4l-1.9,1l-1.3,0.2l-0.8-0.2l-3.4-1.7l-2.2-1.5l-4.3-4.4l-2.5-1.6l-4.8-1.9l-2.7-0.4l-1.5,1.2v0.9l0.3,1
        l0.1,1.1l-0.6,1.1l-1.1,1l-1.1,0.5l-1.2,0.2l-1.5,0.1v-0.5l2.2-1.4l1-1l0.3-1.4l-0.7-1.4l-1.4-0.8l-3.3-1l-2.4-1.3l-0.8-0.2h-0.6
        l-1.2,0.6l-0.5,0.1l-0.7-0.2l-0.2-0.5l-0.1-0.6l-0.6-0.7l-0.8-0.3l-0.8,0.1l-1.5,0.6l0.3-0.6l1-1.1l0.2-0.4l0.1-1.1l0.3-0.9l0.5-0.8
        l0.7-0.9l-0.7-1l-0.9,0.1l-1,0.5l-1.8,0.6l-0.7,1.1l-0.5,0.2h-1.3l-0.5-0.1l-0.4-0.2l-0.4-0.2l-0.3-0.3l-0.3-0.3l-0.2-0.4v-0.4
        l0.1-0.8l-0.1-0.4l-0.2-0.3l-0.5-0.7l-0.4-1.7l-0.8-0.3l-0.9,0.6l-0.7,1.3l-0.1,0.5l0.1,1.8l0.1,0.2l0.2,0.6l0.1,0.4l-0.2,0.3
        l-0.5,0.7l-0.3,1l-0.4-0.1l-1.4-1.6L385,337l-0.3,0.1l-0.6,0.2l-0.4,0.2l-0.9,0.8l-0.2,0.1l-0.7-0.2l-1.1-0.7l-0.7-0.2l-7.3-0.1
        l-1.3,0.2l-0.8,0.4L370,338h-2.8l-0.8-0.2l-0.7-0.9l-1-2L364,334l-1-0.8l-2.3-1l-2-1.3l-3.5-1.5l-1.2-0.8l-1.1-1.1l-1.6-2.4
        l-0.6-1.2l0.1-1l0.3-0.8l0.2-0.9l-0.1-1.1l-0.6-2.3l-0.1-1.3l-0.3-1l-1.1,3l-1.5,2.7l-0.8,1.3l-0.6,0.7l-2.1,1.7l-0.5,0.8l-0.1,0.8
        l0.4,2.1v0.4v0.4l0.3,0.8l0.4,0.7l0.5,0.7l0.6,0.5l0.8,0.3h2.5l1,0.4l0.3,1.1l-0.4,4.5l0.1,2.6l0.3,1.1l0.6,1.2l1.1,1.4l5.1,4.3
        l0.4,0.6l0.1,1.6l0.4,0.1l1.1-0.6l0.4,0.4l1,2.4l1,0.8l1.1,0.1l1.2-0.1h1.1l1,0.5l0.7,1l1.1,3.3l0.7,1.2l0.7,0.6l2.1,1l1,1l1.2,2.2
        l1.3,0.9l1.1,0.4l3.4,0.5l1,0.5l0.8,1.2l1.3,2.4l2.8,4.2l0.3,1.3l0.1,1.2l0.6,0.2l0.7-0.2l0.9-0.2l2.9,0.7l0.7,0.3l0.9,0.8l2.4,3.3
        l2.2,1.7l2.6,1.2l2.7,0.4l2.4-1.1l0.6-0.7l0.2-0.5l0.2-0.2l0.7,0.1l0.4,0.3l0.4,0.4l0.5,0.4l0.8,0.1l0.7-0.3l1.1-1l0.6-0.4h0.3
        l0.6,0.3h0.3l1.1-0.5l0.1-0.2l0.7-0.3l0.2,0.1l0.5,0.5h0.4l0.4-0.3l0.1-0.4v-1l0.6-0.9l3.2-2.8l1.6-0.7l1.7-0.3l3.6-0.1l12.8-3.3
        l1.1,0.1l7.7,3.4l1.3,0.4h1.2l1.1-0.2l2.3-0.7h1l0.6,0.6l0.3,0.8l0.2,1l0.7,1.3l0.7-0.4l1.3-1.9l4.8-1.8l0.8-0.2l1.1,0.1l1.5,0.4
        l3,1.3l1.6,0.5l3.4-0.9l5-6l3.6-1.2l4.6,0.1l1.5-0.3l0.8-0.3l0.4-0.7l3-8.6l1.8-3.6l0.2-0.6V355l-0.4-0.5h-1.3l-0.2-0.5l0.4-1.4
        l1-0.9l6.6-3.1l1.4-0.5l3.5-0.3l1-0.3l1-0.8l0.8-0.8l0.9-0.6l1.4-0.3l17.1,0.8l1.5,0.5h0.4l0.6-0.3l0.4-0.5l0.4-0.5l0.5-0.5l1.1-0.4
        l0.9,0.1l1,0.3l1.1,0.3l2.8-0.1l1,0.1l1.3,0.6l1,0.5l0.5,0.8l0.1,1.3l-0.4,1.3l-0.6,1l-0.9,1l-1.7,1.3l-0.4,0.6l0.2,0.4l0.9,0.1
        l2.1-0.8l2.3-0.4l2.2,0.2l2.1,1.1l1.9,1.4l0.8,0.3l2.5,0.1l3.4,0.7l2.7,1l4.2,3.3l2.6,0.1l2.3-1l1.2-0.3l1.2,0.1l1.2,0.7l2.9,3.4
        l1.6,0.8l1.4-0.3l9.1-6.1l3.4-4.4l1.3-1.1l1.1-0.4l8.2-1.3h2.3l2.1,0.6l0.6,0.5l0.5,0.7l0.6,0.5l0.7,0.3l0.6-0.2l1.2-0.9l8.7-3.6
        l1.1-0.3l1.3,0.2l1.3,0.7l4.5,3.2l1.3,0.3l1.3-0.3l0.9-0.8l0.4-1.1v-1.3l-0.3-1.2v-1.4l0.7-0.9l2-1.6l0.8-1l1.5-2.5l1.1-3l0.6-3.9
        l-0.1-1.8l-0.1-0.7l-0.2-0.4l-0.1-0.4l0.2-0.7l0.3-0.5l0.5-0.5l0.6-0.4l0.6-0.3l3-0.4l3.2-1.2l0.8-0.7l0.1-1.1l-0.3-1.2v-1l0.3-0.9
        l0.5-1.2l0.1-0.7v-0.9l-0.2-0.7l-0.6-0.4l-1.3,0.1l-0.9,0.5l-0.7-0.1l-0.5-1.3l-0.1-0.5l0.1-1.9l-0.2-0.6l-0.6-0.9l-0.2-0.5l-0.1-1
        l0.7-3.1l0.8-2.3l1.8-1l4.4-0.6l1.5-0.5l0.4-0.6l-0.2-0.9l-0.1-1.2l0.4-1.3l0.7-0.4l2.2,0.2l1.1-0.7l2.5-2.1l1-0.4l0.8-0.5l2.2-2.5
        l1.2-0.7l2.6-0.3l1.2-0.4l0.8-1.1l-0.2-1l-0.6-1.3l-0.9-1.4l-0.9-0.9l-0.5-0.4l-0.7-0.3l-0.8-0.2l-0.7-0.1l-0.6,0.2l-1.2,0.6h-0.6
        l-0.9-0.8l0.1-1.2l0.5-1.3l0.3-1.1l-0.2-0.6l-0.6-1.1l-0.1-0.6l0.4-0.7l0.5-0.2l0.6-0.1l0.6-0.5l0.7-1.4l-0.4-1.1l-1.5-1.9l-0.3-0.8
        l0.1-0.2l0.5-0.3l0.8-0.6l0.4-0.7l0.3-0.6l0.1-0.6l0.2-0.6l0.8-1.2l0.9-0.9l3.3-2.2l0.7-0.8l0.9-2l1-1.5l0.8,0.3l1.5,2.1l1.6,0.8
        l1.8-0.3l3.7-1.6l2.4-0.3l0.9-0.4l0.5-1.1l0.2-2.4l0.3-1l2-2.7l-0.1-0.4l-0.9-0.3l-0.9-1.1v-1l2-8.6l1-2.7l1.2-1.2l0.6,0.1l0.5,0.2
        l0.5,0.2l0.6-0.2l0.3-0.6v-0.6l-0.5-1.2l-0.9-1.7l-0.2-0.7v-0.6l0.1-1.1l-0.1-0.6l-1.4-3.5l-0.2-1.4v-2.2l0.3-2.3l2.3-6.6l-0.1-1.9
        l-0.8-0.8l-1.2-0.7l-0.9-0.8l0.1-1.3l0.4-0.4l2-1.1l0.5-0.6l1.1-2.3l0.7-2.4l0.7-5.1l0.3-1l-0.3-0.4L692.2,196.4"/>
        </a>
        <a xlink:title="Sabah" xlink:href="#">
    <path id="Sabah" class="st0" d="M790.3,54.3l-0.2-0.5l0.2-0.5l0.5-0.5l0.6-0.1l2.9-0.2l0.9-0.2l0.6-0.5l0.3-1l-0.5-0.5l-2.1-0.1
        l-0.2-0.8l0.7-0.7l2.3-0.3l1-0.5l1.4,1.8l1,1.7l-0.3,1.8l-2.1,1.7l-1.5,0.5H794l-1.7-0.3l-1.5-0.4L790.3,54.3z M774.1,27.3l-0.4-4.4
        l0.3-0.9l0.2-0.4v-2.5l0.2-0.6l0.3-0.2l0.9-0.4l0.5-0.3l1.4-1.3l1.3-0.9l0.7-0.3l0.8-0.1l4.3-0.8l1.3,0.4l0.7,1l0.1,1.3l-0.6,4.4
        l-0.6,1.7l-0.9,1.1l-1-0.5l-1.1,0.4l-3.3,0.6l-0.7,0.4l-0.3,0.3l-1.5,0.7l-0.6,0.3l-0.4,0.7l-0.2,0.6l-0.3,0.6l-0.6,0.5L774.1,27.3z
         M762.6,23.4l-0.6-0.2l2.8-5.1l0.8-0.4l1.9-0.4l0.8-0.4l2.3-2.7l0.9,0.8l0.3,1.3l-0.1,1.4l-0.6,0.8l-1.1-0.9l-0.8,0.4l-0.3,1
        l0.6,1.1l-5.5,1.3l0.3,0.6l0.5,0.3l0.3,0.3l-0.3,0.6l-0.5,0.3h-0.8L762.6,23.4z M837.1,101.4L837,101l0.3-0.5l0.7-0.4l0.7-0.2
        l1.5-0.1l0.7,0.3l0.2,0.5l-0.3,0.6l-0.6,0.2l-0.4,0.1l-1,0.4h-0.4H838l-0.5-0.2L837.1,101.4z M821.7,195.6l0.2,0.6l-11.6,0.1l-3-2.6
        l-0.2-0.7l0.4-0.8l1-0.7l1.2-0.5l0.9-0.3h1l2.1,0.7l1,0.2l0.7,0.3l0.5,0.6l0.8,1.2l0.5,0.6l0.5,0.3l0.6,0.1h0.7L821.7,195.6z
         M870.4,178.2l0.7,0.8l-0.3,0.8l-1.3,0.4h-2.1l-0.8,0.8h-0.4l-0.3-0.2v-0.1l-0.1-1.2l-0.3-0.3l-0.7-0.6l-0.2-0.3l-0.2-0.6l0.2-0.2
        h0.6h0.2h0.8l2.9,0.4L870.4,178.2z M860.5,170.1l-0.2,0.7v0.8l-1.1-1l-0.3-0.2l-0.2,0.3l-0.2,0.5l-0.3,0.4l-0.4-0.2l-0.9-0.7
        l-0.9-0.4l-0.9-0.2l-0.8-0.1l-0.2-0.1l-0.5-0.5l-0.3-0.2l-2-0.3l-3.9-1.2v-0.4h4.5l0.7-0.1l0.4-0.4l0.3-0.4l0.4-0.3l1.1,0.2l0.5,0.8
        l0.5,1l1,0.8l0.8-1l1.4,0.1l1.6,0.5l1.3,0.7v0.5H861L860.5,170.1z M900.5,130.4l-0.5,1.9l-0.1,0.9l0.3,2.7l-0.2,1.4l-1.3,1.2l-2.8,3
        l-2.2,1.3l-10.5,3.7l-10.6,3.1l-2.1,1.3l-1.3,0.6l-1.4,0.4l-1.2,0.1l-0.9-0.2l-1.8-0.8l-1.7-0.2l-1.1-0.4h-0.8l-0.7,0.3L858,152
        l-1.3,0.8l-0.5-0.1l-0.8-0.5l-0.3-0.4l-1-1.8l-2-2.2l-1.8-1l-1.2-0.3l-0.5,0.3l-0.6-0.2l-1.2,0.8l-1.8,1.5l-0.4-0.3l-0.3,0.2
        l-0.1,0.5l0.1,0.8l-2.2-0.5l-2.1,1.2l-3.2,3.6l-0.9,0.7l-0.5,0.4l-0.1,0.7v0.6l0.3,0.3l0.4,0.1l1.4,1l0.4,0.3l0.3,0.5l0.7,1.7
        l1.3,2.1l1.6,1.8l1.8,1.6l2,1.5l0.7,0.7l0.5,0.3l0.5,0.2h0.5l1.2,0.2l0.5,0.1l0.2,0.4l0.5,1l0.2,0.4l0.4,0.4l0.4,0.2l1,0.4l0.1-1
        l0.8-0.2l1.1,0.3l0.8,0.5l0.6,0.8l0.1,0.7l-0.3,0.7l-0.6,0.7l-0.2,0.8l0.5,0.6l0.7,0.6l0.3,0.4l0.5,0.4l1-0.6l1.7-1.2l0.6,0.3
        l1.4,0.2l0.7,0.3l-0.3,0.8l0.6,1l2.3,2.5v0.4l-0.5,0.6l-0.6,0.4l-0.5-0.1l-0.6-0.2l-0.8-0.3l0.3,1l-0.3,0.9l-0.6,0.7l-0.6,0.6
        l-0.8,0.6l-0.9,0.2l-2.2-0.1l-1,0.1l-1.8,0.6l-1.1,0.1l-2.5,0.1l-1.3-0.3l-0.9-0.6l-0.7,1l-0.5,0.3l-5.1,1.4l-4.7,0.5l-1.3,0.4
        l-7.6,3.8l-1.3,0.1l-3.5-1.1l-0.9-0.1l-0.7-0.3l-2.2-2.1l-0.8-0.4l-0.5-0.2l-0.5-0.1l-0.2-0.3l-0.4-1l-0.2-0.3l-0.8-0.1l-1.8-0.7
        l-1.4-0.2l-0.5-0.2l-1.3-0.9l-0.6-1l-0.6-1.1l-0.9-1.1l-0.8,0.1l-1.3,0.8l-1.1,1l-0.5,0.6l0.2,0.5l1.1,0.7l0.3,0.6v2.4l0.2,0.6
        l0.9,0.8v0.7l-0.2,0.7l-0.5,0.5l-1.2,0.8l-0.4,0.4l-0.3,0.5l-0.3,0.4l-0.2,0.4l0.2,0.3l1,1l0.4,0.5l-0.6-0.1l-0.4,0.1l-2.4,0.9
        l-0.5-0.4l-1-0.4l-1.5,0.1H799l-2-0.3l-1.6-0.4l-1.3-0.9l-3.3-3.4l-4.6-2.3l-2.1-1.5l-0.5-0.6l-0.3-0.5l-0.4-0.4l-0.8-0.2l-0.7,0.2
        l-1,0.8l-0.5,0.3l-10.5,0.2l-3.3-0.9h-2.3l-4.5,0.9l-2.2-0.5l-2.1-1.5l-1-0.1l-1.8,1.5l-1.1,0.3l-1.1,0.1l-1.5-0.6l-1.4,0.7h-0.8
        l-2.5-3.6l-0.6-0.1l-0.4,0.7l-1.2,1.2l-0.5,0.8l0.1,0.6l0.2,0.4l0.2,0.4l-0.5,0.4l-1,0.3l-0.7-0.2l-0.6-0.1l-1.4,1.5l-0.6,0.2
        l-0.6-0.1l-0.5-0.3l-1.5-2.4l-0.2-0.8l-0.2-0.3l-0.4-0.1l-0.4,0.1l-0.4-0.1l-1.5-1.4l-1.5,0.2l-1.6,0.9l-1.6,0.4l-0.8-0.1l-2.6-0.7
        l-1.3-0.1l-0.6-0.1l-0.6-0.3l-0.5,1.2l-0.4,0.7l-0.6,0.5l-1,0.7l-2.8,2.7l-0.7,0.4l-0.9-0.4l-0.6-0.7l-0.4-0.9l-0.2-0.9l-0.4-0.4
        l-0.7-0.4l-1.3-0.5l-2.5-0.2l-1.1-0.3l-0.5-0.8l-0.3-0.9l-0.5-0.5l-0.7,0.1l-0.7,0.8l-0.6,1.8l0.1,1.9l-0.3,1.7l-2.2,1.8l-0.2,0.8
        l-0.3,0.6l-0.8,0.2l-0.5-0.3l-0.4-0.5l-0.5-0.2l-2.4,2.2l-0.4,0.6l-0.4,0.3l-1.1,0.4l-0.5,0.5l-0.5,1.3l-0.3-0.4l-0.2-0.8l-0.2-0.9
        v-1.3l0.1-0.8l0.2-0.7l1.7-2.3l0.3-0.4l0.4-1.3l0.1-0.6l-0.1-0.6l-0.4-0.7l-0.7-1l-0.6-0.5l-0.5-0.3l-0.4-0.2l-0.9-0.2l-0.5-0.1
        l-0.4-0.3l-0.4-0.4l-0.2-0.7l-0.1-1v-1.3v-0.5l-0.2-0.5l-0.9-1.4l-0.3-0.8l-0.2-4.4l0.1-0.5l0.1-0.3l1.8-3.2l0.2-0.6l0.1-0.6l0.2-2
        l0.2-1l0.2-0.6l0.3-0.4l1.2-1.2l0.3-0.5l0.2-0.6l0.9-2.9v-0.6v-0.6l-1.3-5.4l-0.3-0.6l-0.4-0.4l-0.8-0.1h-1l-1.7,0.3l-2.7,0.1
        l-5.3-0.5l1.5-1.3l1.8-2.4l0.7-0.3l1.2-0.2l1.1-0.5l0.9-0.7l0.5-0.6l0.4-0.9l0.4-2.3v-2.1l0.2-0.6l0.6-1.1l0.5-0.5l0.5-0.4l0.2-0.4
        l-0.4-0.8l-2.2,1h-2.1l-1.9-0.8l-5.1-4.4l-0.2-0.6l0.2-0.4l-0.1-0.4l-0.6-0.1l-0.2,0.1l-1.1,1l-0.4-0.7l0.2-0.9l0.4-0.8l0.3-1.9
        l0.4-0.8l0.5-0.6l0.1-0.4l0.7-0.6l3-1.7l0.7-1.2l0.6-0.9l4-2.8l2-4.4l1.2-1.1l0.8,1.3l-2,3.7l1.2,1.6l0.3-0.6l0.2-1.5l0.3-0.6
        l1.9,1.6l1.2,0.6l5.1,0.3l1.6-0.1l1.5-0.5l1.8-1.5l1.5-2.2l1.1-2.5l0.7-2.3l0.4-2.5l0.4-1.1l0.6-1l0.8-0.6l5.2-2.9l0.9-1l0.3-1.3
        l0.2-2.6l0.3-1.2l3.5-5.6l0.9-2.5l-0.9-1.7l-1.3,0.5l-0.5-0.8l0.6-1l1.7-0.6l1-0.6l2.7-4.1l1.3-1.1l0.7-0.3l1-0.2l0.6,0.3l0.9,0.4
        l0.7,0.1l0.3-0.6l-0.2-1.9l-0.7-0.1l-1.1,0.5l-1.5,0.2V76l1.6-0.8l0.9-1l0.2-0.2l0.4-0.1l1.2,0.1l0.5-0.3l0.1-0.2v-0.3l0.5-1.9
        l0.2-0.3l0.3-0.5l0.5-0.6l5.1-3.8l0.8-0.9l1.1-0.8l1.1-0.5l0.8-0.6l0.3-1.2l0.1-1.1l0.2-1.1l0.4-0.8l0.8-0.4l1-0.7l3.5-4.8l0.9-0.8
        l0.6-0.8l0.3-1l0.1-1.4l-0.1-2l0.1-0.6l0.2-0.4l0.7-1l0.3-0.5l-0.1-2.2l0.2-1l1.6-0.8l0.5-0.9l0.5-2.2l0.1-1.3l0.1-0.5l0.4-0.2
        l0.3-0.2l0.6-0.9l0.3-0.7l0.5-0.4l0.6-0.4l0.7-0.1l0.1,0.2l0.6,1.3l2.4,1.6l0.3,0.6l0.8,4.1l-1-0.6l-0.7-0.2l-0.2,0.2l-0.4,1.8v0.4
        l0.6,0.5l0.9,0.4l0.9,0.5l0.3,1.1l-0.2,2.3l-0.6,1.5l-1.9,2.7l-1.1,2l-0.8,2.5l0.3,2l2.4,0.5l1.2-0.5l0.8-1.1l0.7-1l0.6-0.5l0.8-0.3
        l2.5-2.4l1.9-1.4l0.4-0.7l0.2-2l0.3-0.2l0.3-0.1l0.4-0.3l0.8-1.6l2.1-2.1l0.3-0.8l-0.4-1.2l-1.2-2.5v-1.2l0.5-0.7h0.4l0.6,0.1
        l0.7,0.2l0.5-0.2l0.3-0.4l0.2-0.4l-0.2-0.2l-0.5-0.3l-0.1-0.6l0.1-0.6l0.3-0.4l0.6-0.2l0.7,0.2l0.6,0.3l0.4,0.1l0.5-0.3l0.9-0.8
        l0.4,0.1l0.4,0.2l1.5,0.6l0.4,0.2l0.2,0.2l3,1.8l0.3,0.2l0.2,0.5l0.1,1l-0.4,2.7l-0.2,0.6l-0.8,0.4l-0.3,1l0.2,1.2l0.3,0.9l2,2.7
        l0.3,1l0.2,3.6l0.2,0.9l0.7,1.2l0.7,0.5l2.3-0.1l0.9,0.3l0.8,0.6l1.2,1.5l1.5,1.3l1,0.7l0.9,0.3l0.9-0.2l0.6-0.7l1.4-2.2l0.9-1.1
        h0.5l0.2,0.9v1.5l0.2,0.1l1.4,1.3l-0.3-0.1l-0.1,0.3l-0.1,0.4l0.1,0.2l0.2,0.1l0.7,0.2l0.3,0.1l0.8,0.8l0.6,0.3l0.7,0.1l0.8-0.4
        l0.6-0.1l0.6,0.3l1.3,1.5l0.6,0.9l0.6,1.3h0.4l0.2-0.5l0.3-0.2h0.3l0.4,0.3l0.2,0.4l0.1,0.4v0.5l0.1,0.7l0.2,0.5l0.5,1l0.1,0.4
        l-0.2,0.5l-0.4,0.5l-0.3,0.6l0.6,1.5l-0.5,3.8l-0.4,0.8l-0.9,0.1l-1.9-0.3l-1,0.3l-1,0.7l-1.7,1.5l-0.5,1l0.3,0.9l1.2,1.4l0.9,2.3
        l0.9,0.3l0.2,0.3l0.1,0.6l0.1,0.4V87l-0.2,0.7l-0.5,0.5l-0.5,0.2l-0.5,0.2l-0.1,0.7l0.3,0.9l0.9,0.3l0.8,0.3l0.3,1.4l-0.3,0.9
        l-0.8,0.8l-2,1.3l-7.3,2.4l-1.3,1.5l1-0.2l3.3-1.4l1.4-0.4h4.1l3.8-0.5l2.8,0.3l1-0.1l0.4-0.6l-0.5-1.4l0.6-0.4h0.6l0.7,0.2l0.8,0.2
        l1-0.1l2.7-0.5l0.6-0.4l0.3-0.7l0.8-0.7l1.6-1.1l1.8-2.4l1-0.6l0.3-0.2l0.4-0.2l0.8,0.2l1.9,2l0.2,0.6l-0.1,0.6l0.1,0.5l1,0.5
        l0.1,0.7l-0.1,1.2l0.3,1.3l2.4,3.2l0.3,0.3l0.1,0.4l-1.7,2.2l-0.8,0.5l-1.3,0.4l-1.4,0.1l-1-0.4l-1,0.3l-3.5-0.3l-1,0.3l-0.6,0.7
        l-0.1,0.7l0.5,0.3l0.3,0.4l1.7,4.5l0.5,0.4h0.2l0.3-0.1l0.7-0.2l0.9-0.2l2.3-1.1l1-0.2l0.4,0.1l0.4,0.5l0.5,0.2l0.5-0.1l0.5-0.3
        l0.6-0.1l0.6,0.3l0.6,0.8l0.4,0.2l0.5-0.2l0.5-0.7V108l-0.3-0.6l0.4-1l0.3-0.4l0.3-0.4l0.2-0.5l-0.5-1l0.1-0.6l0.9-0.7l2.6-0.2
        l2.3-1.1l1.2,0.3l3,1.5l0.3,0.1l0.3-0.2l0.6-0.7l0.5-0.2l0.6,0.2l0.5,0.4l0.4,0.2l1.1,0.2l5.8,3.4l2,1.7l0.8,0.4l1,0.5l0.9,0.6
        l0.3,0.7l-0.2,0.5l-0.4,0.4l-0.4,0.2l-0.2,0.2l-0.6,3.2l-0.4,1.3l-0.1,1.2l0.3,1.2h0.4l0.6-1.5l0.4-0.6l0.4-0.5l0.2-0.6V114l0.2-0.6
        l1.5-1.1l1.2,0.1l1.1,0.7l2.7,3.3l1.1,1l1,0.5l1.5,0.2l1.1,0.8l0.8,1.1l0.4,1.4l0.4-0.3l0.2-0.3l0.1-0.4v-0.6l2.7,2.1l1,0.3l1.2,0.5
        l1,1.2l0.2,1.2l-1,0.6l0.6,0.5l0.9,0.3h0.9l0.7-0.4l0.2-0.8l-0.4-0.6l-0.1-0.5l0.8-0.4h1.3l2.8,1.4l1.7,0.1l4.4-2.1l1.5-0.2l0.9,0.4
        l0.8,0.9l1.4,1.8l1.2,1.2l0.5,0.8l0.3,0.9L900.5,130.4z"/>
        </a>
        <a xlink:title="Terengganu" xlink:href="#">
    <path id="Terengganu" class="st0" d="M177.6,102.7l2.1-2.6l0.1-0.1l0.5,0.4l3,1.8l1.3,1.1l1.2,1.4l0.7,1.8l0.6,0.9l1.5,0.7l10.3,8.1
        l2.4,1.2l2.4,0.5l0.9,0.6l3,2.6l5.3,5.9l5.8,9.2l2,4.8l5.7,9.5l3.3,6.1l0.4,1.1l0.2,0.4l1,1.2l0.3,0.6v0.6l-0.4,1.7l0.1,1.3l0.5,2.4
        l1,8.6l-0.1,1.3l-0.5,1.1l-0.4,1.2l0.7,2.5l-0.1,0.8l1.8,5.3l0.2,1.8l-0.2,0.6l-0.8,2l-0.4,0.7l-0.4,0.3l-0.8,1l-0.2,0.4v0.5
        l0.4,1.5l-0.4,0.6l-0.3,0.2l-0.3-0.1l-0.3-0.2l-0.8-0.2l-4.2-0.1l-0.2-0.1l-0.2-0.1l-0.1-0.1l-0.1-0.1l-0.1-0.1l-0.2-0.1l-0.5-0.2
        h-0.1v0.2l0.2,1.1v0.3l0.1,0.8v0.5l-0.1,0.4v0.2l-0.1,0.2l-0.2,0.4l-0.1,0.1l-0.3,0.2l-0.1,0.2l-0.1,0.2l-0.2,1.3v0.2v0.2l0.1,0.5
        v0.2l0.1,0.1l0.1,0.2l0.2,0.1l0.3,0.2l0.2,0.1l0.1,0.1l0.1,0.2l0.1,0.3l0.1,0.5v0.2l-0.1,0.3l-0.1,0.4l-0.1,0.4v0.2l0.1,0.2l0.1,0.3
        v0.1l0.5,0.9l0.5,1.5v0.2v0.3v0.2l-0.1,0.6l-0.2,0.4l-0.2,0.4l-0.3,0.3l-0.1,0.2l-0.2,0.1l-0.1,0.1l-0.1,0.2v0.1l0.1,1.3v0.2
        l-0.1,0.1L224,213l-0.4-0.3l-0.2-0.3l-0.1-0.2l-0.5-1.3l-0.2-0.3l-0.7-0.6l-0.1-0.3v-0.2l0.1-0.4v-0.2v-0.2l-0.1-0.2l-0.2-0.3
        l-0.9-0.9l-0.5-0.6l-0.2-0.3l-0.1-0.3V206l-0.1-0.8l-0.1-0.2l-0.2-0.1H219l-0.2,0.1l-0.2,0.2h-0.2l-0.2-0.1l-0.2-0.3l-0.2-0.2
        l-0.1-0.2V204l-0.1-0.2l-0.2-0.1l-0.3,0.1l-0.4,0.2h-0.2l-0.4-0.1l-1.3-0.9l-0.4-0.2l-0.3-0.2l-0.2-0.1l-0.2-0.4l-0.1-0.1l-0.2-0.1
        l-0.1-0.1l-0.1-0.2l-0.1-0.2l-0.1-0.2l-0.1-0.1l-0.2-0.1l-0.1-0.1l-2-0.7l-0.4-0.3l-0.3-0.2l-0.2-0.2l-0.3-0.2l-1.6-0.3l-0.8-0.3
        l-0.1-0.1l-0.2-0.1l-0.3-0.2l-0.8,0.1l-3.1,1.3l-0.6,0.1l-0.2-0.1l-0.2-0.1l-0.1-0.1l-0.2-0.1l-0.2-0.3l-0.6-0.9v-0.3l0.1-0.2l0.7-1
        l0.1-0.2l0.1-0.4l0.2-0.8v-0.5l-0.1-1l0.5-2.2l0.2-1v-0.2l0.1-0.3l0.3-0.4l0.5-0.5l0.2-0.3l0.3-0.9l0.1-0.3l0.3-0.3l0.5-0.4l0.3-0.2
        l0.3-0.1h0.3h0.2l0.5,0.1h0.1h0.4l0.2-0.2v-0.2l-0.3-0.9v-0.3l0.2-0.5l0.4-0.8l0.3-0.8v-0.7l-0.4-0.1l-0.1-0.2l-0.1-0.4l-0.1-0.6
        l-0.1-0.2l-0.1-0.3l-1.9-1.8l-0.3-0.1H204l-0.1,0.1l-0.2,0.1l-0.1,0.1l-0.1,0.2l-0.1,0.4v0.2l-0.2,0.1H203l-0.1-0.1l-0.4-0.3
        l-0.1-0.1l-0.2-0.1l-0.2-0.1h-0.7h-0.2h-0.5h-0.1h-0.2l-0.8-0.1l-0.2-0.1l-0.2-0.2l-0.4-0.6l-0.4-0.4l-0.5-0.3l-0.2-0.3l-0.2-0.4
        l-0.2-1.1l-0.2-0.5v-0.5l0.1-0.5l0.2-0.2l0.1-0.2l0.2-0.1l0.6-0.2l0.1-0.1l0.2-0.1l0.1-0.1l0.1-0.2v-0.2l0.1-1.3l0.1-0.2l0.2-0.1
        l0.1-0.3v-0.3l-0.2-0.7l-0.1-0.4l-0.2-0.4l-0.1-0.2l-0.5-0.6l-1-1l-0.9-0.2l-1.6,0.1h-1l-1-0.1l-0.4-0.1l-0.3-0.1l-1.1-0.3l-0.6-0.3
        l-1-0.8l-0.9-0.5l-0.5-0.6l-1.2-2.3l0.3-0.9l-0.1-0.4l-0.5-1.2l-0.1-0.3l-0.2-0.2l-0.3-0.4l-0.1-0.5l-0.1-0.8l-0.1-0.3l-0.2-0.2
        l-0.4-0.1l-0.2-0.1l-2.9-2l-1.4-0.6l-0.2-0.1h-0.2l-0.2,0.1l-0.1,0.1l-0.1,0.1l-0.2,0.1l-0.3,0.1l-0.6-0.3l-0.3-0.3l-0.1-0.2
        l0.1-1.1l0.1-0.5l-0.1-0.9l-0.5-1.6l-0.1-0.5l-0.1-0.2v-0.1v-0.1v-0.1l0.1-0.1l0.1-0.2l0.1-0.1l0.2-0.1h0.2l0.1-0.2l0.1-0.3
        l-0.7-2.8v-0.3l0.1-0.2l0.1-0.1l0.5-0.1h0.1l0.1-0.2v-0.2l0.1-0.2l0.1-0.1l0.2-0.4l0.1-0.2l-0.1-0.2l-0.4-0.3l-0.6-0.6l-0.2-0.2
        l-0.1-0.1h-0.2l-0.3-0.2l-0.2-0.2l-0.8-0.9l-0.2-0.1l-0.4-0.2l-0.3-0.3l-0.2-0.1h-0.2h-0.3l-0.2-0.1l-0.2-0.1l-0.2-0.2l-0.2-0.1
        l-0.8-0.2l-0.4-0.2l-0.1-0.2v-0.2l0.3-1l0.1-0.4v-0.2v-0.2l-0.1-0.9l0.1-3.3l0.2-1.3v-0.2l0.7-1.4l0.3-1.5l-0.1-0.5l-0.2-0.3l-1.3-1
        l-0.9-1.2l-0.1-0.3v-0.2l0.2-0.1l0.1-0.5v-0.9l-0.4-3.4v-0.6l0.5-0.3l0.1-0.1V118V115l0.1-0.9v-0.4l-0.2-0.5l-0.1-0.4l-0.8-3.2
        l0.3-0.7l2-2.1L177.6,102.7z"/>
        </a>
        <a xlink:title="Selangor" xlink:href="#">
    <path id="Selangor" class="st0" d="M146.7,260.6l-0.2-0.8l-0.1-0.9l-0.1-0.9l0.1-0.8l0.3-1.8l-0.1-0.4v-0.2l-0.1-0.4l-0.2-0.4
        l-0.4-0.6l-0.2-0.5v-0.3l-0.1-0.2l0.2-1.5v-0.2l-0.1-0.2l-0.1-0.4l-0.4-0.7l-0.2-0.5l-0.2-0.3l-0.1-0.2l-0.3-0.1l-0.4-0.1l-1.5-0.2
        h-0.3l-2.1-1.1l-0.6-0.1l-0.2-0.1l-0.2-0.1l-3.7-4.8l0.6-1.6l0.5-0.9l0.1-0.2v-0.3l-0.4-1.9l-0.1-0.2l-0.1-0.3l-0.4-0.6l-0.1-0.2
        l-0.1-0.2v-0.8l0.2-0.5l1-1.9l0.2-0.1l0.1-0.1l0.4-0.1l0.2-0.1l0.1-0.1l0.1-0.2l0.1-0.3l0.4-1.7v-0.5l-0.6-0.9l-0.8-1.1l-0.2-0.6
        l-0.1-0.2l-0.1-0.2l-0.1-0.1l-0.2-0.3l-0.1-0.2l-0.2-0.5l-0.4-0.3l-1.9-1.1l-1.1-0.5h-0.9l-0.3-0.1l-1-0.5l-0.3-0.2l-0.8-0.6
        l-1.6-2.6l-1,0.3l-0.2,0.2l-0.2,0.2l-0.2,0.3l-2,2.6l-1.2,1.2l-0.5,0.4l-0.5,0.2l-0.3,0.1h-0.5l-0.2-0.1l-0.1-0.1l-0.1-0.1l-0.3-0.6
        l-0.2-0.1l-0.1-0.1l-0.4-0.2l-0.1-0.1l-0.2-0.1l-0.1-0.2l-0.1-0.1l-0.3-0.3l-0.5-0.1l-0.1-0.1l-0.1-0.1l-0.1-0.1l-0.3-0.7l-0.1-0.2
        l-0.4-0.5l-0.2-0.2l-0.1-0.1h-0.2l-0.7-0.1l-0.4-0.1l-0.4-0.2l-0.1-0.2l-0.2-0.1l-0.2-0.2h-0.2l-0.1-0.1l-0.2-0.1l-0.1-0.2l-0.1-0.1
        l-0.1-0.2v-0.2l-0.2-0.3l-0.2-0.2l-0.6-0.2l-0.4-0.1l-0.8,0.1l-0.4,0.1l-0.3,0.1l-0.1,0.1l-0.1,0.1l-0.1,0.2l-0.1,0.2l-0.1,0.4
        l-0.1,0.2v0.3l0.1,0.1l0.4,0.4l0.1,0.2l0.2,0.7l0.3,1l0.1,1l-0.5,0.8l-1.3,0.7l-0.5,0.2l-1.4,0.3h-1.1l-0.2-0.1l-0.2-0.1l-0.1-0.2
        l-0.1-0.1l-0.1-0.4l-0.1-0.2v-1.3l-0.5-0.3H105l-0.8,0.4H104l-0.2-0.1l-0.3-0.4l-0.3-0.2l-0.3-0.1l-0.1,0.1l-0.5,0.2l-0.4,0.2
        l-0.4-0.2l-0.4-0.6l-0.1-0.2l-0.2-0.2h-0.2l-0.2,0.1l-0.1,0.2H100l-0.1-0.1l-0.1-0.2l0.1-0.4l-0.1-0.2l-0.5-0.4h-0.2l-0.2,0.1v0.2
        l-0.1,0.2l-0.1,0.2l-0.8,0.4h-0.3l-0.3-0.2h-0.5l-0.4,0.4h-0.1v-0.1l0.1-0.4v-0.5l0.1-0.1h0.3l0.5,0.1l0.2-0.1l0.1-0.1v-0.1
        l-0.1-0.2l-0.2-0.2l-0.2-0.2v-0.5l-0.1-0.2l-0.2-0.1l-0.1,0.1l-0.1,0.2l-0.1,0.1l-0.2,0.1l-0.1,0.1l-0.3,0.2l-0.2,0.1l-0.2,0.4
        l-0.2,0.1h-0.1v-0.2l-0.1-0.2v-1.2l-0.1-0.3l-0.2-0.1l-0.1,0.1l-0.6,0.1h-0.4l-0.2-0.1l-0.2-0.2l-0.1-0.3l-0.2-0.2l-0.2-0.1h-0.2
        l-0.1,0.1l-0.3,0.1l-0.1,0.1h-0.6l-0.2,0.1l-0.1,0.1l-0.1,0.2v0.2l-0.1,0.4l-0.1,0.1l-0.2,0.1l-0.4,0.1h-0.2l-0.2-0.1l-0.1-0.1
        l-0.1-0.2v-0.4l0.1-0.4l0.2-0.3l0.2-0.3l0.1-0.2l-0.1-0.2l-0.2-0.3l-1.5-0.9l-0.1-0.1v-0.4l0.1-0.2v-0.1l0.1-0.2v-0.3l-0.2-0.3
        l-0.2-0.1h-0.6l-1.7,0.5l-2,0.2l-1.1,0.3l-0.2,0.1l-1,0.8l-0.6,1.4v1l0.6,0.6l2.6,0.4l1,0.7l1.5,1.8l0.9,1.6l0.3,0.4l0.6,0.4
        l1.4,0.6l4.1,2.9l1,1.2l0.4,1.2l0.5,2.6l1.2,1.6l0.4,1.3l0.4,0.5l1.8,1.8l2.7,3.6l0.4,0.9l0.2,0.3l1,0.6l1.2,0.2l0.3,0.5l0.2,0.5
        l0.2,0.4l2,1.7l0.8,0.9l0.3,1.2l1.2,7.4l0.4,0.7l1.6,1.3l0.4,0.7l0.4,2.8v1.5l-0.6,0.6l-0.9,0.3l-0.8,0.8l-2.8,3.5l-0.1,0.7l1.2,0.2
        l-0.9,2.6l1.3,0.9l2.6,0.3l2.5,0.5l1.8,1.6l2.8,4.3l1.3,1.6l2.3,1.6l1.2,0.5l2,0.3l1.1,0.6l3.2,0.5l1,0.7l0.5,0.6l0.8,0.5h0.4
        l0.1-1.4l0.4-0.7l0.3-0.5l0.1-0.4l0.1-1l0.1-0.3l0.5-0.8l1.3-3l-0.1-2.3l-0.6-3.5v-1.3l0.1-0.1l0.8-0.1h0.5l1.7,0.1l2.1,0.4h0.2
        l0.4-0.1l0.4-0.2l0.7-0.5l0.3-0.3l0.2-0.3l0.1-0.6l0.2-1.4l0.3-1l0.2-0.3l0.2-0.4l1.1-0.7l0.2-0.2l0.1-0.2l0.1-0.4v-0.7l0.1-0.8
        l0.3-0.7l0.1-0.4l0.3-0.3l0.5-0.2l0.3-0.2l0.1-0.2l0.1-0.2L146.7,260.6z M133.4,267.1l-1.1,1.4l-0.2,0.5l-0.3,0.4l-0.8,0.7l-0.4,0.1
        l-0.2-0.1l-0.3-0.2l-0.2-0.4l-0.1-0.4l0.2-0.6l0.2-0.1l0.1-0.3l0.1-0.2v-0.2l-0.2-0.9l0.1-0.4l0.1-0.2v-0.3l-0.2-0.3l-0.1-0.3
        l0.1-0.3l0.4-0.2l0.8-0.2l0.3-0.2h0.3l0.4-0.3l0.2,1l0.4,0.4l0.5,0.6L133.4,267.1z M135.2,253.2v0.2l-0.4,0.3l-0.2,0.3v0.8l-0.1,0.2
        l-0.4,0.4v0.4l0.1,0.6l0.2,1.1l0.3,2.2v0.3l-0.1,0.3l-0.2,0.1l-0.2,0.1H134l-0.2,0.1l-0.1,0.1l-0.1,0.4l-0.1,0.2l-0.2,0.2l-0.2-0.1
        l-0.1-0.2l-0.1-0.2l-0.1-0.1l-0.2-0.1h-0.3l-1.6,0.2H130l-0.3-0.1l-0.2-0.2l-0.1-0.3v-0.3l-0.2-0.4v-0.4l0.1-0.2l0.4-0.4v-0.6
        l-0.1-0.3l-0.1-0.2h-0.1l-0.1-0.1v-0.1l-0.1-0.1v-0.6l-0.1-0.2l-0.2-0.2l-0.8-0.4l-0.1-0.2l-0.2-0.1l-0.1-0.2l-0.2-0.4l-0.1-0.2
        l-0.2-2v-0.2l0.8-1.4l0.2-0.4l0.2-0.2l0.7-0.3l0.4-0.4l0.1-0.1h0.1l0.2-0.1l0.2,0.1l0.7,0.8l1.4,0.6h0.4l0.4-0.1l0.3-0.2l0.6-0.2
        h0.4l0.2,0.2l0.2,0.3l0.2,0.6l0.2,0.5l0.1,0.3l0.1,0.4L135.2,253.2z M107,261.1l-0.5,0.3l-0.9,0.2l-0.4-0.5l0.5-0.8l1-0.4l0.5,0.6
        L107,261.1z M110.9,260.6l0.1,0.7l-0.2,1.3l-0.7,0.7l-1.1,0.5l-0.9,0.6l-0.3,0.3l-0.4,0.3l-0.4,0.1l-0.1-0.4l0.1-0.6l1.4-3.4
        l0.8-1.2l1-0.5l0.7,0.4l0.1,0.8L110.9,260.6z"/>
        </a>
        <a xlink:title="Perlis" xlink:href="#">
    <path id="Perlis" class="st0" d="M46.6,75.5l-0.2,0.7l-0.5,0.5L44.5,75l-1.2-2.5l-0.9-2.7L42,67.4l-0.2-1.1l0.5-0.9l0.5-1.2l0.2-1.5
        v-0.5l-0.2-0.9l0.1-0.6l0.3-0.6l0.6-0.4l0.3-0.5L44,58.4l-0.5-1.3v-1l0.3-2.3l0.1-1.3l0.2-0.6l0.3-0.5l0.9-0.3l0.5,0.3l0.4,0.5
        l0.5,0.3h0.8v-0.1l0.9-0.5l0.5-0.1l0.7,0.1l0.6,0.2l0.4,0.4l2.1,6.4l0.7,1.1l1.1,1l1.6,0.8L56,62.3v0.2V63l-0.6,2.5l-0.1,0.3L55,66
        l-1.3,0.9l-0.6,0.5l-6.3,7.1l-0.1,0.2l-0.1,0.2V75.5z"/>
        </a>
        <a xlink:title="Perak" xlink:href="#">
    <path id="Perak" class="st0" d="M83.9,214.6l-1.1,0.3l-0.2,0.1v-0.1l0.3-0.4l-0.7-0.2l-1.3,0.2l-0.6,0.2l-0.3,0.2l-0.6,0.2
        l-1.4-0.4l-1.5-0.7l-0.8-0.5l-0.6-0.8l-0.4-1l-0.1-1v-2.9l0.3-0.9l0.7-0.4l3.6,0.2l1.2-0.2l0.9-1.1l0.9-0.5l1.2-0.2l1,0.2l-0.6-1.2
        l-1.4,0.1l-1.3,0.7l-0.6,0.4l-1.5-0.2l-0.3-0.8l0.2-1.4V201l-0.6-0.7l-2.9-2l-1-1l-1.1-0.8l-1.3-0.2l-1.3,0.8l-0.6-1.2l-0.5-1.8
        l-0.2-1.8l0.3-0.7l-0.8-0.3l-0.3-0.7v-0.9l-0.3-0.9l-0.6-0.6l-0.6-0.1l-0.2-0.4l0.3-1.2l0.5-1.5l0.2-0.8v-1l0.3-0.8l1.1-0.8l0.2-0.8
        l0.2-1.6l1-3.7l0.8-1.5l-0.9,0.3l-1.1-0.3l-0.8-0.7l-0.4-1.1l0.2-1.1l0.6-1.1l0.7-0.5l0.9,0.5l0.4-0.8l0.4-0.6l0.6-0.6l0.5-0.3
        l-1.3-0.3l-1.3,0.5h-0.9l-0.4-1.6l-0.2-2.8l0.6-0.7l1.6-0.2v-0.4h-0.3l-0.9-0.4L70,161l-0.2-0.3l-1.1-0.4l-0.6-0.1l-0.3,0.2
        l-0.3-0.1l-0.3-0.8l-0.1-0.8l0.5-1l-0.1-0.6l-0.3-0.1l-0.5-0.1l-0.5-0.2l-0.2-0.8l-0.6,0.4l-0.6,0.1h-1.4l-0.6-0.3l0.3-0.5l0.6-0.4
        H64v-0.8l-0.2-0.3l-0.5-0.1l-0.6-0.6l-0.6-0.3l-0.6,0.2l-0.6,0.3l-0.4,0.4l-0.7-0.8l-0.3-0.7l-0.2-0.8l-0.4-0.8l-1.4-1.6l-0.3-1.2
        l-0.9-2l-0.5-0.8l-0.4-1.3l0.1-0.5h0.2l0.2,0.1l0.3-0.2l0.6-0.6l0.6-0.5l0.2-0.3h0.1l4.3-1l0.6-0.1l0.7,0.3l0.5,1.5l0.3,0.5h0.2
        l0.7,0.3l0.5,0.4l0.4,0.2l0.5,0.1h0.3l0.3-0.1l0.2-0.1l0.1-0.1l0.8-1l0.9-0.7l0.1-0.1l0.1-0.2l0.2-0.8l0.3-0.5l4.1-3.6l0.2-0.3v-0.1
        l0.1-0.2l0.2-0.8l0.4-1l0.2-0.2l0.2-0.2l1.4-1l0.3-0.3l0.2-0.2l0.1-0.2l0.1-0.7l0.5-1l0.4-0.3l2-0.3l1.4-0.4l0.6-0.2l0.4-0.2
        l0.8-0.8l0.2-0.3l0.2-0.4l0.1-0.3l0.4-1.7v-0.5V125v-0.5l0.3-2.2l0.3-0.8l0.2-0.3l0.4-0.7l0.3-0.3h0.2h0.2l0.2,0.3l0.3-0.1l0.4-0.2
        l0.7-0.7l0.4-0.6l0.3-0.8l0.3-0.7V117v-0.4l0.1-1v-0.3l-0.1-0.2V115l-0.2-0.1l-0.2-0.1l-0.2-0.1H88l-0.2-0.2l-0.1-0.3l-0.1-0.4
        l0.1-0.3l0.1-0.1l0.5-0.5l0.4-0.5L89,112l0.7-0.5l0.2-0.2l0.1-0.2l0.8-3.3v-0.3l-0.1-0.2l-0.1-0.1l-0.1-0.1l-0.5-0.3l-0.2-0.1
        l-0.1-0.4l-0.3-0.2l-0.1-0.2l-0.2-1l0.1-0.1l0.1-0.2h0.2h0.2h0.4l0.4,0.6l0.7,1.4l0.4,0.4l0.6,0.2h1l0.6,0.1l1.3,0.9l1.1,1.2
        l0.9,1.5l0.6,1.4l1,0.4l1.6-0.5l2.6-1.6l0.9-0.8l0.7-1l0.5-1.2l0.2-1.3l0.7-2.6l1.8-0.9l2.2-0.4l2.2-1l2-1.3l8.1-3.2l1.4-0.3
        l1.2,0.3l0.9,1.2l0.3,0.7l0.3,0.4l0.4,0.3l0.7,0.1l0.5,0.2v0.5l-0.1,0.6l-0.1,0.5l1.1,2.6l0.9,1l1.2,0.2l0.6-0.3l0.2,0.3l-0.1,3
        l-0.2,0.8l-0.2,0.1l-0.6,0.5l-0.4,0.4l-0.4,0.5l-0.1,0.3v0.3v0.4v0.2l0.1,0.6l-0.1,0.7l0.1,0.4v0.3l0.2,0.1l0.1,0.2l0.5,0.2l0.1,0.3
        l0.1,0.3l0.2,0.7v0.3l-0.1,0.3l-0.2,0.6l-0.4,0.8l-0.3,1l-0.1,0.4l0.1,0.2l0.2,0.1h0.2h0.4h0.2l0.2,0.1l0.5,0.3h0.2h0.2l0.2-0.1
        l0.3-0.1l0.2-0.1h0.1h0.2l0.3,0.2l0.2,0.1h0.2h0.2l0.3,0.2l0.3,0.4l0.1,0.5v0.3v0.3v0.2l-0.1,0.2l-0.2,0.4l-0.1,0.5v0.5l0.2,0.6
        l0.1,0.4v0.3l-0.2,0.6l-0.1,1.6l0.3,0.8l-0.1,0.3l-0.1,0.3l-0.2,0.2l-0.7,0.5l-0.2,0.1l-0.2,0.1h-0.2h-0.3l-0.2-0.1h-0.2h-0.3h-0.3
        l-0.4,0.2l-0.3,0.2l-0.4,0.4l-0.2,0.1l-0.1-0.1l-0.6-0.4l-0.4-0.1l-0.5-0.1h-0.4l-0.2-0.1l-0.2-0.1l-0.4-0.5l-0.4-0.1h-0.2l-0.1,0.1
        l-0.1,0.1l-0.2,0.2l-0.3,0.3l-0.8,0.5l-0.3,0.3l-0.2,0.3v0.2l0.1,0.2v0.2l-0.1,0.3l-0.2,0.4l-1,0.7l-0.2,0.2l-0.1,0.5l-0.2,0.3
        l-0.2,0.1h-0.2h-0.3h-0.4l-0.2,0.1l-0.1,0.2v0.5l-0.1,0.3l-0.3,0.6l-0.1,0.3v0.9v0.2l-0.2,0.3l-0.8,1.2l-0.1,0.2l-0.1,0.2l-0.2,0.9
        v0.5v0.5l-0.2,0.4v0.2l0.1,0.5v0.2v0.3l-0.1,0.2l-0.2,0.4l-0.1,0.2v0.3v0.2v0.3l-0.1,0.4l-0.7,1.2l-0.1,0.4l-0.1,0.4v0.5l-0.1,0.9
        l-0.1,0.2l-0.2,0.3l-0.1,0.3v0.2l-0.1,0.6v0.4l-0.2,0.3l-0.2,0.2l-0.9,0.7l0.5,1l0.6,0.6l0.2,0.3l0.4,2.3l-0.1,0.3v0.4l-0.6,1.7
        l-0.2,0.3l-0.2,0.1l-0.4,0.1h-0.2l-0.5,0.1l-0.1,0.1l-0.2,0.1l-0.3,0.6l-0.3,0.2v0.2v0.2l0.4,0.9l0.1,0.5v0.3v0.3l-0.2,0.1l-0.1,0.2
        l-0.2,0.3l-0.2,0.6l-0.1,0.3l-0.2,0.2h-0.3l-0.2,0.1l-0.3,0.2l-0.1,0.2v0.2v0.2l0.1,0.2l0.1,0.7v0.7v0.3l-0.2,0.2h-0.2h-0.2h-0.2
        h-0.2l-0.1,0.1l-0.2,0.1h-0.2l-0.2,0.1H112l-0.7,1.1l1.1,1.6l0.4,0.8l0.5,1.6l-0.8,2.2l-0.1,0.9l0.1,0.4l0.3,1.2v0.1l0.1,0.2
        l0.6,0.5l0.2,0.6l0.1,0.3l-0.1,0.2l-0.2,0.1l-0.2,0.1l-0.1,0.2l-0.5,1l-0.2,0.5l-0.1,0.3l-0.2,0.2l-0.1,0.1l-0.4,0.4l-0.5,0.8
        l0.8,0.5l0.6,1l0.2,0.2h0.3l0.4-0.1l2.6,0.8l0.7,0.2l0.2,0.1l0.2,0.1v0.2v0.2v0.2L117,185v0.2l-0.2,0.4l-0.2,0.3l-0.1,0.2l-0.1,0.2
        l0.1,0.3l0.2,0.2l0.4,0.2l0.2,0.2l0.2,0.6l0.1,2.3l0.3,0.7l0.3,0.2l0.2,0.3l0.1,0.3v0.2l-0.1,0.3l-0.1,0.3l-0.1,0.7l0.1,0.3l0.1,0.2
        l0.2,0.1l0.5,0.2l0.8,0.2l0.2,0.1l0.5,0.1l0.3,0.2l0.1,0.2v0.1l-0.3,0.3v0.4v0.7l0.4,1.5l0.2,0.6l0.2,0.4h0.2l0.5-0.3h0.1h0.2
        l0.4,0.3l0.3,0.1l0.5,0.6l1.4,1.9l-1.2,3.4l-0.2,1l0.1,0.2v0.1l0.6,0.6l0.1,0.5l0.4,4.2l0.3,1l0.2,0.3l0.4,0.5l0.3,0.5v0.4v0.7
        l-0.2,2.3v0.5l0.1,0.3l0.2,0.1h0.3l0.4,0.2l0.6,0.9l-1,0.3l-0.2,0.2l-0.2,0.2l-0.2,0.3l-2,2.6l-1.2,1.2l-0.5,0.4l-0.5,0.2l-0.3,0.1
        h-0.3h-0.2l-0.2-0.1l-0.1-0.1l-0.1-0.1l-0.3-0.6l-0.2-0.1l-0.1-0.1l-0.4-0.2l-0.1-0.1l-0.2-0.1l-0.1-0.2l-0.1-0.1l-0.1-0.1l-0.2-0.2
        l-0.5-0.1l-0.1-0.1l-0.1-0.1l-0.1-0.1l-0.3-0.7l-0.1-0.2l-0.4-0.5l-0.2-0.2l-0.1-0.1h-0.2l-0.7-0.1l-0.4-0.1l-0.4-0.2l-0.1-0.2
        l-0.2-0.1l-0.2-0.2h-0.2l-0.1-0.1l-0.2-0.1L114,219l-0.1-0.1l-0.1-0.2v-0.2l-0.2-0.3l-0.2-0.2l-0.6-0.2l-0.4-0.1l-0.8,0.1l-0.4,0.1
        l-0.3,0.1l-0.1,0.1l-0.1,0.1l-0.1,0.2l-0.1,0.2l-0.1,0.4l-0.1,0.2v0.1v0.2l0.1,0.1l0.4,0.4l0.1,0.2l0.2,0.7l0.3,1l0.1,1l-0.5,0.8
        l-1.3,0.7l-0.5,0.2l-1.4,0.3h-0.9h-0.2l-0.2-0.1l-0.2-0.1l-0.1-0.2l-0.1-0.1L106,224l-0.1-0.2v-0.2v-0.2v-0.3V223v-0.5l-0.5-0.3H105
        l-0.8,0.4H104l-0.2-0.1l-0.3-0.4l-0.3-0.2l-0.3-0.1l-0.1,0.1l-0.5,0.2l-0.4,0.2l-0.2-0.1l-0.2-0.1l-0.4-0.6l-0.1-0.2l-0.2-0.2h-0.2
        l-0.2,0.1l-0.1,0.2h-0.1H100l-0.1-0.1l-0.1-0.2l0.1-0.4l-0.1-0.2l-0.5-0.4h-0.2l-0.2,0.1v0.2l-0.1,0.2l-0.1,0.2l-0.8,0.4h-0.3
        l-0.3-0.2h-0.2h-0.3l-0.4,0.4h-0.1v-0.1l0.1-0.4v-0.2v-0.2v-0.1l0.1-0.1h0.3l0.5,0.1l0.2-0.1l0.1-0.1v-0.1l-0.1-0.2l-0.2-0.2
        l-0.2-0.2v-0.1V219l-0.1-0.2l-0.2-0.1l-0.1,0.1l-0.1,0.2l-0.1,0.1l-0.2,0.1l-0.1,0.1l-0.3,0.2l-0.2,0.1l-0.2,0.4l-0.2,0.1h-0.1v-0.2
        l-0.1-0.2v-0.2v-0.4v-0.6l-0.1-0.3l-0.2-0.1l-0.1,0.1l-0.6,0.1h-0.4l-0.2-0.1l-0.2-0.2l-0.1-0.3l-0.2-0.2l-0.2-0.1h-0.2l-0.1,0.1
        l-0.3,0.1l-0.1,0.1H92h-0.4h-0.1l-0.2,0.1l-0.1,0.1l-0.1,0.2v0.2l-0.1,0.4l-0.1,0.1l-0.2,0.1l-0.4,0.1h-0.2l-0.2-0.1l-0.1-0.1
        l-0.1-0.2v-0.2v-0.2l0.1-0.4l0.2-0.3l0.2-0.3l0.1-0.2l-0.1-0.2l-0.2-0.3l-1.5-0.9l-0.1-0.1v-0.2v-0.2l0.1-0.2v-0.1l0.1-0.2v-0.3
        l-0.2-0.3l-0.2-0.1H88h-0.4l-1.7,0.5L83.9,214.6z"/>
        </a>
        <a xlink:title="Pulau Pinang" xlink:href="#">
    <path id="Pulau Pinang" class="st0" d="M62,141l-4.3,1h-0.1l0.3-0.4l0.4-1.9l0.9-1.8l0.1-1.1l-0.1-0.7l-0.6-1.1l-0.1-0.4l0.1-0.7l0.6-1
        l0.1-0.6l-0.2-0.8l-1.3-2.6l-1.2-1.6l-0.3-0.8l-0.1-1.3l0.4-4.9l-0.4-1.3l-1.3-2.3l-0.1-0.4l8.3,0.5L64,117l1,0.4l-0.3,0.7l-0.1,0.5
        l-0.1,3.4l1,11.8l1,6.6v0.3l-0.1,0.2l-0.1,0.2l-0.2,0.2l-0.1,0.1h-0.2l-0.7,0.1l-1.8-0.3l-0.7-0.3L62,141z M52.8,123.8l0.8,0.5
        l0.6,0.6l-1.1,1.9l-0.2,2.2l-0.2,1.1l-1.4,2.6l-0.2,1l-3.1-0.6l-2.3,0.1l-0.1,0.1v0.1l-0.2,0.1l-0.3-0.1l-0.2-0.3l-0.1-0.3l0.8-0.4
        l0.2-0.8l-0.3-3l0.1-2.7l-0.1-0.5l-0.3-0.5l-0.3-0.3l-0.1-0.3l0.1-0.5l0.2-0.5l0.1-0.4l-0.4-0.4l0.7-0.2l0.3,0.3l0.3,0.5l0.5,0.3
        l0.5-0.2l0.3-0.4l0.3-0.4l0.3-0.2l1.1-0.3l1.1,0.1l1.1,0.3l1,0.7L52.8,123.8z"/>
        </a>
        <a xlink:title="Pahang" xlink:href="#">
    <path id="Pahang" class="st0" d="M230.7,196l0.3,0.2l0.3,0.1l-0.1,0.1l-0.5,0.1l-0.4,0.4l-1.2,1.5l-0.5,0.9l-0.1,1l0.4,1.8l2.1,5.3
        l-0.2,1.4l-1.3-0.8l-1,1.7l-0.6,2.5l-0.2,1.9l0.1,2.1l-0.2,1.1h-1L226,218l-0.4,1l-0.3,0.8l0.1,1.1l0.3,1l2.2,4.8l0.2,0.7l1,1.4
        l2,1.9l1.3,1.9l-0.8,1.7l1.9-0.4l-2.7,5.9l-0.3,2.3l0.9,7.1l0.4,1.1l0.2,1.2l-1.2,13.8l0.4,2.3l1.8,4l2.7,3.6l6.8,6.6l0.1,0.1
        l-0.2,0.4l-0.5,0.8l-0.1,0.1l-1.3,0.6l-0.2,0.3v0.3l0.1,0.1l0.1,0.1l0.5,0.3l0.1,0.1l0.1,0.1l0.2,0.2l0.1,0.2l0.1,0.2v0.1v0.2
        l-0.1,0.4l-0.1,0.2l-0.1,0.2l-0.1,0.1l-0.2,0.2l-0.1,0.2l-0.1,0.1v0.2l0.3,0.8v0.1v0.1l-0.1,0.1l-0.3,0.4l-0.1,0.2l-0.2,0.4v0.1v0.1
        v0.1l0.1,0.2l0.1,0.1l0.2,0.1l0.5,0.1l0.2,0.1l0.2,0.1l0.2,0.3l0.2,0.3l0.1,0.3l0.1,0.4v0.2v0.4v0.2l-0.1,0.2l-0.6,0.8l-0.1,0.2
        l-0.1,0.1v0.2l0.1,0.2v0.2l-0.2,0.1l-0.5-0.2l-8.1-4.8l-0.2-0.2l-0.3-0.4l-0.5-0.5l-0.2-0.3l-3.3-1.2l-0.7-0.5l-0.7-0.4H226
        l-2.4,0.5L215,290h-0.2l-0.3-0.1l-9-3.7l-2-1.6l-8.1-9.8l-0.8-0.4l-3-1.3l-2.5-0.8l-0.6-2.7l-0.4-0.6l-0.1,0.1l-0.2,0.1l-0.1,0.1
        l-0.2,0.1h-0.2h-0.1l-0.2-0.1l-11.5-7.9l-1.7-2.1l-0.1-0.2l-2.3-2.5l-0.4-0.2l-4.3-0.7l-0.5-0.1l-7.1-2.3l-2.3-1.2l-0.5-0.1h-0.4
        l-0.1,0.1l-0.1,0.2l-0.2,0.1l-0.6,0.1h-0.2l-0.1,0.1l-0.5,0.3l-0.5,0.3l-0.5,0.1h-0.3l-0.2-0.1l-0.1-0.2v-0.2v-0.7l-0.1-0.2v-0.2
        l-0.1-0.1l-0.2-0.7l-0.2-0.2l-0.3-0.3l-0.2-0.2h-0.2l-0.8,0.1l-1-0.1l-0.4-0.1h-0.2l-0.2-0.2l-0.1-0.1l-0.3-0.3l-0.3-0.1l-0.1-0.1
        l-0.1-0.2l-0.1-0.2v-0.2l-0.2-0.4l-0.4-0.4l-1.1-0.7l-0.5-0.2l-0.4-0.1l-0.1,0.2l-0.1,0.1v0.2l-0.1,0.2l-0.1,0.2l-0.1,0.1l-0.2,0.1
        l-0.3,0.2l-1.5-0.2h-0.3l-2.1-1.1l-0.6-0.1l-0.2-0.1l-0.2-0.1l-3.7-4.8l0.6-1.6l0.5-0.9l0.1-0.2v-0.3l-0.4-1.9l-0.1-0.2l-0.1-0.3
        l-0.4-0.6l-0.1-0.2l-0.1-0.2v-0.2V235v-0.4l0.2-0.5l1-1.9l0.2-0.1l0.1-0.1l0.4-0.1l0.2-0.1l0.1-0.1l0.1-0.2l0.1-0.3l0.4-1.7V229
        l-0.6-0.9l-0.8-1.1l-0.2-0.6l-0.1-0.2l-0.1-0.2l-0.1-0.1l-0.2-0.3l-0.1-0.2l-0.2-0.5l-0.4-0.3l-1.9-1.1l-1.1-0.5h-0.3h-0.4h-0.2
        l-0.3-0.1l-1-0.5l-0.3-0.2l-0.8-0.6l-1.6-2.6l-0.6-0.9l-0.4-0.2h-0.3l-0.2-0.1l-0.1-0.3V217l0.2-2.3V214v-0.4l-0.3-0.5l-0.4-0.5
        l-0.2-0.3l-0.3-1l-0.4-4.2l-0.1-0.5l-0.6-0.6v-0.1l-0.1-0.2l0.2-1l1.2-3.4l-1.4-1.9l-0.5-0.6l-0.3-0.1l-0.4-0.3h-0.2h-0.1l-0.5,0.3
        h-0.2l-0.2-0.4l-0.2-0.6l-0.4-1.5v-0.7v-0.4l0.3-0.3v-0.1l-0.1-0.2l-0.3-0.2l-0.5-0.1l-0.2-0.1l-0.8-0.2l-0.5-0.2l-0.2-0.1l-0.1-0.2
        l-0.1-0.3l0.1-0.7l0.1-0.3l0.1-0.3v-0.2l-0.1-0.3l-0.2-0.3l-0.3-0.2l-0.3-0.7l-0.1-2.3l-0.2-0.6l-0.2-0.2l-0.4-0.2l-0.2-0.2
        l-0.1-0.3l0.1-0.2l0.1-0.2l0.2-0.3l0.2-0.4V185l0.2-0.3v-0.2v-0.2v-0.2L117,184l-0.2-0.1l-0.7-0.2l-2.6-0.8l-0.4,0.1h-0.3l-0.2-0.2
        l-0.6-1l-0.8-0.5l0.5-0.8l0.4-0.4l0.1-0.1l0.2-0.2l0.1-0.3l0.2-0.5l0.5-1l0.1-0.2l0.2-0.1l0.2-0.1l0.1-0.2l-0.1-0.3l-0.2-0.6
        l-0.6-0.5l-0.1-0.2v-0.1l-0.3-1.2l-0.1-0.4l0.1-0.9l0.8-2.2l2.3,0.5l0.7,0.3l0.8,0.7l0.2,0.2l0.7,0.6l0.7,0.1h0.4l0.1-0.1l0.1-0.3
        v-0.2v-0.2l0.1-0.2l0.2-0.2l0.7-0.1l0.2-0.1l0.3-0.2l0.7-0.1l0.7,0.1l0.4,0.1l0.2,0.2l0.2,0.1l0.1,0.2l0.3,0.1l0.8,0.3l0.3,0.1
        l0.4,0.5l0.6,0.5l0.9-0.1l0.4,0.2l0.3,0.2h0.3l1.3-0.3l0.4-0.2l0.3-0.2l0.4-0.4l0.1-0.3l0.3-0.3l0.5-0.3l1.7-1l0.4-0.2l0.5-0.6
        l0.3-0.1l1.3-0.3l0.4-0.2l0.2-0.1l0.1-0.2l0.1-0.2l0.2-0.8l0.1-0.4l-0.1-1.2l0.2-1.4l0.1-0.2l-0.1-1.4v-0.4l0.2-0.5l0.2-0.3l0.2-0.2
        l0.3-0.1h0.5h0.3h0.3l0.1,0.1l0.1,0.2l0.1,0.2l0.1,0.2v0.4v0.5v0.3l0.1,0.2l0.1,0.1l0.1,0.1h0.3l0.4,0.1h0.2l0.1,0.2l0.2,0.1
        l0.1,0.2v0.1l0.1,0.3v0.2v0.2l0.1,0.2l0.2,0.1h0.3l0.2,0.1l0.1,0.1l0.3,0.2l1,0.6l0.1,0.1l0.2,0.2v0.1l0.1,0.2v0.2v0.3l-0.1,0.4v0.2
        v0.2l0.3,0.7l0.1,0.2l0.1,0.2l0.2,0.1l0.4,0.2l0.2-0.1l0.1-0.1v-0.7l0.1-0.2v-0.2l0.2-0.4l0.3-0.4l0.7-0.6l0.1-0.2l0.2-0.3l0.5-2.6
        l0.1-0.4V164l-0.1-0.2v-0.2v-0.3l0.1-0.3l0.4-0.5l0.3-0.1h0.2l0.2,0.3l0.1,0.2l0.2,0.1h0.4l0.2-0.2l0.3-0.3l0.2-0.1h0.1l0.1,0.1
        l0.2,0.1l0.5,0.7l0.2,0.1h0.2h0.2l0.2,0.1h0.1l0.3,0.3l0.4,0.2h0.6l3.1-1.3l0.5-0.1l0.1,0.1l0.1,0.2l0.4,0.8v0.2v0.5v0.2l0.1,0.2
        l0.1,0.1l2.1,1.6l0.3,0.4l0.1,0.1l0.1,0.2v0.2l0.1,0.3v0.2l0.1,0.1l0.1,0.2l0.2,0.1h0.2l0.1,0.1l0.2,0.1l0.1,0.2l0.1,0.3l0.1,0.2
        l0.3,0.1l0.2,0.1l1.1,0.2l0.6-0.8l0.2-0.1l0.4-0.2l1.2-0.3l0.5-0.1h0.3l1.1,0.7l0.3,0.2l0.4,0.1l1,0.1h0.4l0.2-0.1l0.4-0.7l0.1-0.2
        l0.5-0.5l0.7-0.8l0.1-0.2v-0.2v-0.2l-0.1-0.1L170,166l0.1-0.3l0.5-0.4l0.5-0.2l0.8-0.2h0.3l0.3,0.1l0.4,0.1l0.3,0.1h0.3h0.5h0.3
        l0.3,0.1l0.1,0.1l0.3,0.5l0.3,0.2l1,0.6l0.5,0.4l0.2,0.2l0.3,0.1l0.5,0.1h0.3l0.2-0.1l0.4-0.3l0.4-0.3l0.1-0.1l0.3-0.2l0.1-0.1
        l0.1-0.2l0.3-0.4l0.2-0.2l0.2-0.1h0.2l0.1,0.1l0.2,0.2l0.1,0.1l0.2,0.1l0.2,0.1l0.9,0.1l0.7,0.1h0.3l0.1-0.1l0.1-0.2v-0.2v-0.5
        l-0.2-0.9v-0.1l-0.2-0.4l-0.1-0.1v-0.2v-0.2l0.1-0.2l0.2-0.3l0.1-0.2v-0.2v-0.3V162l0.1-0.3l0.3-0.3l0.2-0.1h0.2l0.2,0.1l0.6,0.5
        l0.5,0.1l1.1,0.1l1.2,2.3l0.5,0.6l0.9,0.5l1,0.8l0.6,0.3l1.1,0.3l0.3,0.1l0.4,0.1l1,0.1h1l1.6-0.1l0.9,0.2l1,1l0.5,0.6l0.1,0.2
        l0.2,0.4l0.1,0.4l0.2,0.7v0.3l-0.1,0.3l-0.2,0.1l-0.1,0.2l-0.1,1.3v0.2l-0.1,0.2l-0.1,0.1l-0.2,0.1l-0.1,0.1l-0.6,0.2l-0.2,0.1
        l-0.1,0.2l-0.2,0.2l-0.1,0.5v0.5l0.2,0.5l0.2,1.1l0.2,0.4l0.2,0.3l0.5,0.3l0.4,0.4l0.4,0.6l0.2,0.2l0.2,0.1l0.8,0.1h0.2h0.1h0.5h0.2
        h0.7l0.2,0.1l0.2,0.1l0.1,0.1l0.4,0.3l0.1,0.1h0.2l0.2-0.1v-0.2l0.1-0.4l0.1-0.2l0.1-0.1l0.2-0.1l0.1-0.1h0.3l0.3,0.1l1.9,1.8
        l0.1,0.3l0.1,0.2l0.1,0.6l0.1,0.4l0.1,0.2l0.4,0.1v0.7l-0.3,0.8l-0.4,0.8l-0.2,0.5v0.3l0.3,0.9v0.2l-0.2,0.2h-0.4h-0.1l-0.5-0.1
        h-0.2h-0.3l-0.3,0.1l-0.3,0.2l-0.5,0.4l-0.3,0.3l-0.1,0.3l-0.3,0.9l-0.2,0.3l-0.5,0.5l-0.3,0.4l-0.1,0.3v0.2l-0.2,1l-0.5,2.2l0.1,1
        v0.5l-0.2,0.8l-0.1,0.4l-0.1,0.2l-0.7,1l-0.1,0.2v0.3l0.6,0.9l0.2,0.3l0.2,0.1l0.1,0.1l0.2,0.1l0.2,0.1l0.6-0.1l3.1-1.3l0.8-0.1
        l0.3,0.2l0.2,0.1l0.1,0.1l0.8,0.3l1.6,0.3l0.3,0.2l0.2,0.2l0.3,0.2l0.4,0.3l2,0.7l0.1,0.1l0.2,0.1l0.1,0.1l0.1,0.2l0.1,0.2l0.1,0.2
        l0.1,0.1l0.2,0.1l0.1,0.1l0.2,0.4l0.2,0.1l0.3,0.2l0.4,0.2l1.3,0.9l0.4,0.1h0.2l0.4-0.2l0.3-0.1l0.2,0.1l0.1,0.2v0.4l0.1,0.2
        l0.2,0.2l0.2,0.3l0.2,0.1h0.2l0.2-0.2l0.2-0.1h0.5l0.2,0.1l0.1,0.2l0.1,0.8v0.1l0.1,0.3l0.2,0.3l0.5,0.6l0.9,0.9l0.2,0.3l0.1,0.2
        v0.2v0.2l-0.1,0.4v0.2l0.1,0.3l0.7,0.6l0.2,0.3l0.5,1.3l0.1,0.2l0.2,0.3l0.4,0.3l0.3,0.1l0.1-0.1v-0.2l-0.1-1.3v-0.1l0.1-0.2
        l0.1-0.1l0.2-0.1l0.1-0.2l0.3-0.3l0.2-0.4l0.2-0.4l0.1-0.6v-0.2v-0.3v-0.2l-0.5-1.5l-0.5-0.9v-0.1l-0.1-0.3l-0.1-0.2v-0.2l0.1-0.4
        l0.1-0.4l0.1-0.3v-0.2l-0.1-0.5l-0.1-0.3l-0.1-0.2l-0.1-0.1l-0.2-0.1l-0.3-0.2l-0.2-0.1l-0.1-0.2l-0.1-0.1v-0.2l-0.1-0.5v-0.2V201
        l0.2-1.3l0.1-0.2l0.1-0.2l0.3-0.2l0.1-0.1l0.2-0.4l0.1-0.2v-0.2l0.1-0.4v-0.5l-0.1-0.8v-0.3l-0.2-1.1v-0.2h0.1l0.5,0.2l0.2,0.1
        l0.1,0.1l0.1,0.1l0.1,0.1l0.2,0.1l0.2,0.1l4.2,0.1L230.7,196z M270.3,275.9l0.1-0.5l0.2-0.4l0.8-0.3l0.3-0.3l0.6-0.9v-0.8l-0.2-0.9
        l-0.2-0.9l0.1-0.6l0.4-0.6l0.5-0.4l0.6,0.1l0.3,0.3l0.1,0.3v0.7l0.2,0.4l0.7,1.1l0.4,0.7l0.7,2.5l0.1,2.8l-0.1,0.7l-0.7,0.5
        l-1.1,0.3l-1.1,0.1l-0.9-0.3l-1.1-1.2l-0.4-0.7v-0.5v-0.3L270.3,275.9z"/>
        </a>
        <a xlink:title="Negeri Sembilan" xlink:href="#">
        <path id="Negeri Sembilan" class="st0" d="M150.5,296.4l-0.5,0.5l-1.8,1v-0.2l-0.9-0.2l-1-0.4l-1.6-1l-1.1,0.7l-1.8,0.1l-0.7,0.8l-0.4-1.4
        l-0.1-1.8l-0.3-1.6l-0.9-0.7L139,292l-0.6-0.4l-0.8-0.9l-1.2-3.4l-0.4-0.6l-0.8-0.3l-2.3-0.2l0.1-1.4l0.4-0.7l0.3-0.5l0.1-0.4l0.1-1
        l0.1-0.3l0.5-0.8l1.3-3l-0.1-2.3l-0.6-3.5v-0.8V271l0.1-0.1l0.8-0.1h0.5l1.7,0.1l2.1,0.4h0.2l0.4-0.1l0.4-0.2l0.7-0.5l0.3-0.3
        l0.2-0.3l0.1-0.6l0.2-1.4l0.3-1l0.2-0.3l0.1-0.2l0.1-0.2l1.1-0.7l0.2-0.2l0.1-0.2l0.1-0.4v-0.3V264l0.1-0.8l0.3-0.7l0.1-0.4l0.2-0.2
        l0.1-0.1l0.5-0.2l0.3-0.2l0.1-0.2l0.1-0.2l-0.1-0.4l-0.2-0.8l-0.1-0.9l-0.1-0.9l0.1-0.8l0.3-1.8l-0.1-0.4v-0.2l-0.1-0.4l-0.1-0.2
        l-0.1-0.2l-0.4-0.6l-0.2-0.5v-0.3l-0.1-0.2l0.2-1.5v-0.2l-0.1-0.2l-0.1-0.4l-0.4-0.7l-0.2-0.5l-0.2-0.3l-0.1-0.2l-0.3-0.1l-0.4-0.1
        l0.3-0.2l0.2-0.1l0.1-0.1l0.1-0.2l0.1-0.2v-0.2l0.1-0.1l0.1-0.2l0.4,0.1l0.5,0.2l1.1,0.7l0.4,0.4l0.2,0.4v0.2l0.1,0.2l0.1,0.2
        l0.1,0.1l0.3,0.1l0.3,0.3l0.1,0.1l0.2,0.2h0.2l0.4,0.1l1,0.1l0.8-0.1h0.2l0.2,0.2l0.3,0.3l0.2,0.2l0.2,0.7l0.1,0.1v0.2l0.1,0.2v0.7
        v0.2l0.1,0.2l0.2,0.1h0.3l0.5-0.1l0.5-0.3l0.5-0.3l0.1-0.1h0.2l0.6-0.1l0.2-0.1l0.1-0.2l0.1-0.1h0.4l0.5,0.1l2.3,1.2l7.1,2.3
        l0.5,0.1l4.3,0.7l0.4,0.2l2.3,2.5l0.1,0.2l1.7,2.1l11.5,7.9l0.2,0.1h0.1h0.2l0.2-0.1l0.1-0.1l0.2-0.1l0.1-0.1l0.4,0.6l0.6,2.7
        l-0.3,1.7l-3.2,8.5l-0.5,1.5v0.3v0.3l0.2,0.5l0.2,0.4v0.2v0.2l-0.4,0.4l-0.2,0.2l-0.2,0.4l-0.3,0.8l-0.2,0.5l-0.1,0.6l0.1,0.3v0.3
        l0.1,0.3l0.1,0.4v0.3l-0.3,0.7l-0.1,0.3l0.1,0.7l0.2,0.5v0.2v0.3l-0.2,0.2l-0.7,0.9l-0.2,0.5l-0.1,1.5l-8.2-1.9l-0.8-0.5l-3.3-1.4
        l-1.8-0.1l-0.6,0.1l-3.8,1.3l-0.5,0.1l-2.3-0.5l-1.5-0.6l-1-0.5l-0.2-0.1H159l-0.2,0.2l-0.9,1l-0.2,0.1l-0.3,0.1l-2.4,0.7h-0.4
        l-1.1-0.3h-0.2l-0.2,0.1l-0.1,0.1v0.1v0.6l-0.1,0.2h-0.1l-0.1,0.2l-0.2,0.1l-0.2,0.5l-0.2,0.1H152l-0.2-0.1l-0.1-0.2l-0.2-0.4
        L150.5,296.4z"/>
        </a>
        <a xlink:title="Melaka" xlink:href="#">
        <path id="Melaka" class="st0" d="M178.3,313.1l-0.6,0.3l-0.9,1.5l-8-3.2l-9.2-3.8l-1.9-1.1l-1.6-1.3l-4.3-4.7l-0.7-0.3l-1.2-0.3
        l-1.1-0.6l-0.7-0.9l0.1-0.8l1.8-1l0.5-0.5l1-1.2l0.2,0.4l0.1,0.2l0.2,0.1h0.1l0.2-0.1l0.2-0.5l0.2-0.1l0.1-0.2h0.1l0.1-0.2v-0.6
        v-0.1l0.1-0.1l0.2-0.1h0.2l1.1,0.3h0.4l2.4-0.7l0.3-0.1l0.2-0.1l0.9-1l0.2-0.2h0.1l0.2,0.1l1,0.5l1.5,0.6l2.3,0.5l0.5-0.1l3.8-1.3
        l0.6-0.1l1.8,0.1l3.3,1.4l0.8,0.5l8.2,1.9l-1.2,0.8l-1.4,0.6l-0.4,0.3l-1.2,1.5l-0.2,0.5l-0.2,0.4l0.1,0.2l0.1,0.6v0.2l-0.1,0.4
        l-1.1,3l-0.1,0.7v0.2v0.2l0.1,0.4v0.3v0.4l-0.1,0.2l-0.1,0.2l-0.9,0.8l-0.1,0.3v0.2l0.2,0.3l0.1,0.4l0.1,0.1l0.2,0.1l0.4,0.1
        l0.9,0.4l0.3,0.2h0.2l0.4,0.1l0.2,0.1l0.1,0.1l0.1,0.3l0.1,0.5l-0.1,1.2l-0.2,0.4l-0.2,0.3h-0.2L178.3,313.1z"/>
        </a>
        <a xlink:title="Kelantan" xlink:href="#">
    <path id="Kelantan" class="st0" d="M131.6,108.2l0.1-3l-0.2-0.3l1-0.9l0.7-0.2l0.8,0.2l0.4,0.6l0.4,0.7l0.5,0.6l1.2,0.6l0.9-0.1
        l0.7-0.7l0.4-1.2l0.4-0.3l1.6-1.1l0.4-0.5l0.2-0.5l0.3-0.5l0.6-0.4l1.8-1.6l0.4-2.2V95l0.9-2.4l1.4-1.7l4.2-3.2l1.6-1.5l0.6-1.9
        l-0.3-4.4l0.4-3l1.5,1l3,2.1l0.7,0.3l1.3-0.3l0.3-0.7l-0.5-0.5l-0.9,0.3l0.6-0.9l1.2,0.1l6.7,2.4l1.3,0.8l2.4,2.5l6.8,13.4l1.2,1.5
        l1.2,1l-0.1,0.1l-2.1,2.6l-4.4,4.1l-2,2.1l-0.3,0.7l0.8,3.2l0.1,0.4l0.2,0.5v0.4l-0.1,0.9v3.1v0.2l-0.1,0.1l-0.5,0.3v0.6l0.4,3.4
        v0.9l-0.1,0.5l-0.2,0.1v0.2l0.1,0.3l0.9,1.2l1.3,1l0.2,0.3l0.1,0.5l-0.3,1.5l-0.7,1.4v0.2l-0.2,1.3l-0.1,3.3l0.1,0.9v0.2v0.2
        l-0.1,0.4l-0.3,1v0.2l0.1,0.2l0.4,0.2l0.8,0.2l0.2,0.1l0.2,0.2l0.2,0.1l0.2,0.1h0.3h0.2l0.2,0.1l0.3,0.3l0.4,0.2l0.2,0.1l0.8,0.9
        l0.2,0.2l0.3,0.2h0.2l0.1,0.1l0.2,0.2l0.6,0.6l0.4,0.3l0.1,0.2l-0.1,0.2l-0.2,0.4l-0.1,0.1l-0.1,0.2v0.2l-0.1,0.2h-0.1l-0.5,0.1
        l-0.1,0.1l-0.1,0.2v0.3l0.7,2.8l-0.1,0.3l-0.1,0.2h-0.2l-0.2,0.1l-0.1,0.1l-0.1,0.2l-0.1,0.1v0.1v0.1v0.1l0.1,0.2l0.1,0.5l0.5,1.6
        l0.1,0.9l-0.1,0.5l-0.1,1.1l0.1,0.2l0.3,0.3l0.6,0.3l0.3-0.1l0.2-0.1l0.1-0.1l0.1-0.1l0.2-0.1h0.2l0.2,0.1l1.4,0.6l2.9,2l0.2,0.1
        l0.4,0.1l0.2,0.2l0.1,0.3l0.1,0.8l0.1,0.5l0.3,0.4l0.2,0.2l0.1,0.3l0.5,1.2l0.1,0.4l-0.3,0.9l-1.1-0.1l-0.5-0.1l-0.6-0.5l-0.2-0.1
        H184l-0.2,0.1l-0.3,0.3l-0.1,0.3v0.2v0.3v0.2l-0.1,0.2l-0.2,0.3l-0.1,0.2v0.2v0.2l0.1,0.1l0.2,0.4v0.1l0.2,0.9v0.5v0.2l-0.1,0.2
        l-0.1,0.1H183l-0.7-0.1l-0.9-0.1l-0.2-0.1l-0.2-0.1l-0.1-0.1l-0.2-0.2l-0.1-0.1h-0.2l-0.2,0.1l-0.2,0.2l-0.3,0.4l-0.1,0.2l-0.1,0.1
        l-0.3,0.2l-0.1,0.1l-0.4,0.3l-0.4,0.3l-0.2,0.1h-0.3l-0.5-0.1l-0.3-0.1l-0.2-0.2l-0.5-0.4l-1-0.6l-0.3-0.2l-0.3-0.5l-0.1-0.1
        l-0.3-0.1H174h-0.5h-0.3l-0.3-0.1l-0.4-0.1l-0.3-0.1h-0.3l-0.8,0.2l-0.5,0.2l-0.5,0.4L170,166l0.1,0.2l0.1,0.1v0.2v0.2l-0.1,0.2
        l-0.7,0.8l-0.5,0.5l-0.1,0.2l-0.4,0.7l-0.2,0.1h-0.4l-1-0.1l-0.4-0.1l-0.3-0.2l-1.1-0.7h-0.3l-0.5,0.1l-1.2,0.3l-0.4,0.2l-0.2,0.1
        l-0.6,0.8l-1.1-0.2l-0.2-0.1l-0.3-0.1l-0.1-0.2l-0.1-0.3l-0.1-0.2l-0.2-0.1l-0.1-0.1h-0.2l-0.2-0.1l-0.1-0.2l-0.1-0.1v-0.2l-0.1-0.3
        v-0.2l-0.1-0.2l-0.1-0.1l-0.3-0.4l-2.1-1.6l-0.1-0.1l-0.1-0.2v-0.2v-0.5v-0.2l-0.4-0.8l-0.1-0.2l-0.1-0.1l-0.5,0.1l-3.1,1.3h-0.6
        l-0.4-0.2l-0.3-0.3h-0.1l-0.2-0.1h-0.2h-0.2l-0.2-0.1l-0.5-0.7l-0.2-0.1l-0.1-0.1h-0.1l-0.2,0.1l-0.3,0.3l-0.2,0.2h-0.4l-0.2-0.1
        l-0.1-0.2l-0.2-0.3H147l-0.3,0.1l-0.4,0.5l-0.1,0.3v0.3v0.2l0.1,0.2v0.5l-0.1,0.4l-0.5,2.6l-0.2,0.3l-0.1,0.2l-0.7,0.6l-0.3,0.4
        l-0.2,0.4v0.2l-0.1,0.2v0.7l-0.1,0.1l-0.2,0.1l-0.4-0.2l-0.2-0.1l-0.1-0.2L143,170l-0.3-0.7v-0.2v-0.2l0.1-0.4v-0.3V168l-0.1-0.2
        v-0.1l-0.2-0.2l-0.1-0.1l-1-0.6l-0.3-0.2l-0.1-0.1l-0.2-0.1h-0.3l-0.2-0.1l-0.1-0.2v-0.2v-0.2l-0.1-0.3v-0.1l-0.1-0.2l-0.2-0.1
        l-0.1-0.2h-0.2l-0.4-0.1h-0.3l-0.1-0.1l-0.1-0.1l-0.1-0.2V164v-0.5v-0.4l-0.1-0.2l-0.1-0.2l-0.1-0.2l-0.1-0.1h-0.3h-0.3H137
        l-0.3,0.1l-0.2,0.2l-0.2,0.3l-0.2,0.5v0.4l0.1,1.4l-0.1,0.2l-0.2,1.4l0.1,1.2l-0.1,0.4l-0.2,0.8l-0.1,0.2l-0.1,0.2l-0.2,0.1
        l-0.4,0.2l-1.3,0.3l-0.3,0.1l-0.5,0.6l-0.4,0.2l-1.7,1l-0.5,0.3l-0.3,0.3l-0.1,0.3l-0.4,0.4l-0.3,0.2l-0.4,0.2l-1.3,0.3h-0.3
        l-0.3-0.2l-0.4-0.2l-0.9,0.1l-0.6-0.5l-0.4-0.5l-0.3-0.1l-0.8-0.3l-0.3-0.1l-0.1-0.2l-0.2-0.1l-0.2-0.2l-0.4-0.1l-0.7-0.1l-0.7,0.1
        l-0.3,0.2l-0.2,0.1l-0.7,0.1l-0.2,0.2l-0.1,0.2v0.2v0.2l-0.1,0.3l-0.1,0.1h-0.4l-0.7-0.1l-0.7-0.6l-0.2-0.2l-0.8-0.7l-0.7-0.3
        l-2.3-0.5l-0.5-1.6l-0.4-0.8l-1.1-1.6l0.7-1.1h0.2l0.2-0.1h0.2l0.2-0.1l0.1-0.1h0.2h0.2h0.2h0.2l0.2-0.2v-0.3v-0.7l-0.1-0.7
        l-0.1-0.2v-0.2v-0.2l0.1-0.2l0.3-0.2l0.2-0.1h0.3l0.2-0.2l0.1-0.3l0.2-0.6l0.2-0.3l0.1-0.2l0.2-0.1v-0.3v-0.3l-0.1-0.5l-0.4-0.9
        v-0.2v-0.2l0.3-0.2l0.3-0.6l0.2-0.1l0.1-0.1l0.5-0.1h0.2l0.4-0.1l0.2-0.1l0.2-0.3l0.6-1.7v-0.4l0.1-0.3l-0.4-2.3l-0.2-0.3l-0.6-0.6
        l-0.5-1l0.9-0.7l0.2-0.2l0.2-0.3v-0.4l0.1-0.6v-0.2l0.1-0.3l0.2-0.3l0.1-0.2l0.1-0.9v-0.5l0.1-0.4l0.1-0.4l0.7-1.2l0.1-0.4V143v-0.2
        v-0.3l0.1-0.2l0.2-0.4l0.1-0.2v-0.3v-0.2l-0.1-0.5v-0.2l0.2-0.4v-0.5v-0.5l0.2-0.9l0.1-0.2l0.1-0.2l0.8-1.2l0.2-0.3v-0.2v-0.9
        l0.1-0.3l0.3-0.6l0.1-0.3v-0.5l0.1-0.2l0.2-0.1h0.4h0.3h0.2l0.2-0.1l0.2-0.3l0.1-0.5l0.2-0.2l1-0.7l0.2-0.4l0.1-0.3v-0.2l-0.1-0.2
        v-0.2l0.2-0.3l0.3-0.3l0.8-0.5l0.3-0.3l0.2-0.2l0.1-0.1l0.1-0.1h0.2l0.4,0.1l0.4,0.5l0.2,0.1l0.2,0.1h0.4l0.5,0.1l0.4,0.1l0.6,0.4
        l0.1,0.1l0.2-0.1l0.4-0.4l0.3-0.2l0.4-0.2h0.3h0.3h0.2l0.2,0.1h0.3h0.2l0.2-0.1l0.2-0.1l0.7-0.5l0.2-0.2l0.1-0.3l0.1-0.3l-0.3-0.8
        l0.1-1.6l0.2-0.6v-0.3l-0.1-0.4l-0.2-0.6v-0.5l0.1-0.5l0.2-0.4l0.1-0.2v-0.2V121v-0.3l-0.1-0.5l-0.3-0.4l-0.3-0.2h-0.2h-0.2
        l-0.2-0.1l-0.3-0.2h-0.2h-0.1l-0.2,0.1l-0.3,0.1l-0.2,0.1h-0.2h-0.2l-0.5-0.3l-0.2-0.1h-0.2h-0.4h-0.2l-0.2-0.1l-0.1-0.2l0.1-0.4
        l0.3-1l0.4-0.8l0.2-0.6l0.1-0.3v-0.3l-0.2-0.7l-0.1-0.3l-0.1-0.3l-0.5-0.2l-0.1-0.2l-0.2-0.1v-0.3l-0.1-0.4l0.1-0.7l-0.1-0.6v-0.2
        v-0.4v-0.3l0.1-0.3l0.4-0.5l0.4-0.4l0.6-0.5l0.2-0.1L131.6,108.2z"/>
        </a>
        <a xlink:title="Kedah" xlink:href="#">
        <path id="Kedah" class="st0" d="M64,117l-0.9-0.2l-8.3-0.5l-0.2-0.9l-0.4-4.8l0.5,0.2l0.7,0.2l0.7-0.1l0.5-0.3V110l-0.4-0.3
        l-0.5-0.3l-0.3-0.2l0.6-6.7l-1.5-11.5l-0.5-1l-0.8-1.1l-0.7-1.3l-1-2.5l-2.1-3.8L48.7,79l-0.9-0.9L46,76.8l-0.1-0.1l0.5-0.5l0.2-0.7
        v-0.6l0.1-0.2l0.1-0.2l6.3-7.1l0.6-0.5L55,66l0.3-0.2l0.1-0.3L56,63v-0.5v-0.2l0.1-0.8l0.6,0.2l1.2,0.4l1,0.1l1.5-0.2l0.8,0.2
        l1.9,1.4l1,0.4l3.5,1l1.9,0.9l1.1,0.3l1-0.2l3.7-2.6h0.9l0.1,0.3V65l0.2,0.5l0.5,0.4h0.5h0.6l0.6,0.1l1.3,0.8l0.6,1.1l0.1,2.7
        l0.2,0.6l0.2,0.7l0.7,1.1l0.1,0.5L81.8,74l-0.2,0.6l-0.1,0.5v1.6l0.2,0.5l0.4,0.8h0.3l0.3-0.4l0.7-0.2l0.8,0.1l2.3,0.6l1.1-0.3
        l1.5-1.6l1.1-0.2l1.9,1.5l0.9,0.3l2.6-0.6l0.7,0.3l0.4,0.7l0.2,1.2l-0.1,1.4l-0.6,0.5l-0.7,0.3l-0.8,1v1.3l0.9,0.8l1.1,0.8l0.4,1.2
        l-0.3,2.2l-0.1,3.3L96.3,94l-0.1,1.1l-0.5,1.1l-1,0.3l-1.2,0.3l-0.9,0.6l-2.4,4.7l-0.4,0.7l-0.1,0.6l0.1,0.7l0.3,0.5h-0.4h-0.2h-0.2
        l-0.1,0.2l-0.1,0.1l0.2,1l0.1,0.2l0.3,0.2l0.1,0.4l0.2,0.1l0.5,0.3l0.1,0.1l0.1,0.1l0.1,0.2v0.3l-0.8,3.3l-0.1,0.2l-0.2,0.2L89,112
        l-0.3,0.3l-0.4,0.5l-0.5,0.5l-0.1,0.1l-0.1,0.3l0.1,0.4l0.1,0.3l0.2,0.2h0.1l0.2,0.1l0.2,0.1l0.2,0.1v0.2l0.1,0.2v0.3l-0.1,1v0.4
        v0.3l-0.3,0.7l-0.3,0.8l-0.4,0.6l-0.7,0.7l-0.4,0.2l-0.3,0.1l-0.2-0.3h-0.2h-0.2l-0.3,0.3l-0.4,0.7l-0.2,0.3l-0.3,0.8l-0.3,2.2v0.5
        v0.4v0.5l-0.4,1.7l-0.1,0.3l-0.2,0.4l-0.2,0.3l-0.8,0.8l-0.4,0.2l-0.6,0.2l-1.4,0.4l-2,0.3l-0.4,0.3l-0.5,1l-0.1,0.7l-0.1,0.2
        l-0.2,0.2l-0.3,0.3l-1.4,1l-0.2,0.2l-0.2,0.2l-0.4,1l-0.2,0.8l-0.1,0.2v0.1l-0.2,0.3l-4.1,3.6l-0.3,0.5l-0.2,0.8l-0.1,0.2l-0.1,0.1
        l-0.9,0.7l-0.8,1l-0.1,0.1l-0.2,0.1l-0.3,0.1h-0.3l-0.5-0.1l-0.4-0.2l-0.5-0.4l-0.7-0.3h-0.2l-0.3-0.5l-0.5-1.5l1.8,0.3l0.7-0.1H66
        l0.1-0.1l0.2-0.2l0.1-0.2l0.1-0.2v-0.3l-1-6.6l-1-11.8l0.1-3.4l0.1-0.5l0.3-0.7L64,117z M25.3,75.8l0.3,0.3l-0.4,0.3l-0.1,0.5
        l-0.5,0.6l-0.1,0.4l0.1,0.7l0.5,1.1l0.1,0.6v0.4L25,81.4l-0.3,0.5l-0.2,0.4l-0.7,0.1l-0.4-0.3l-0.3-0.4L21.8,81l0.3-1.2l1.2-2.1
        l0.4-1l0.8-0.6L25.3,75.8l4.7-4.7L29.9,70l-0.3-0.7l-0.5-0.4l-0.7-0.4l0.4-0.4l-1.2-0.5L26.9,67l-0.4-0.8L26.1,65l-0.4-0.6l-0.1-0.2
        L25,64.8l0.1,0.4l0.3,0.5l-0.2,0.6l-0.3,0.2L23.3,67l-0.1,0.2v0.2v0.2l-0.3,0.1l-0.4,0.1l-0.8-0.1l-2.4,0.8l-0.5-1.4l-1.4,0.1
        l-1.7,0.4L14.3,67v2.1l0.3,1l0.5,0.8l0.8,0.5l1.9,0.7l0.8,0.7l0.2,0.8l0.2,1.9l0.3,0.9l0.6,0.5h0.4l0.6-0.3l1-0.2l0.9-0.5l1-1.8
        l0.9-0.4l0.8,0.3l1.2,0.7l0.9,0.3l0.4-0.8l0.3-0.5l0.5-0.4l0.5-0.4l0.5-0.3l0.3-0.4V72L30,71.8v-0.6L25.3,75.8z"/>
        </a>
        <a xlink:title="Johor" xlink:href="#">
        <path id="Johor" class="st0" d="M278.2,344.6l-0.4-2.4l-0.4-0.8l0.3-0.5l-0.4-0.8l-0.7-0.8l-0.4-0.8v-1.9l-0.3-0.8l-1.1-1.5
        l-0.5-2.6l-1.6-2.8h-0.4l-0.7,0.5l-0.7-0.6l-0.7-1.2l-0.2-1.2l0.1-2.5l-0.1-1.1l-0.4-1.3l-0.4-0.6l-1.2-1.4l-0.4-0.6l-0.6-1.4
        l-1.1-1.4l-1.4-3.6l-2.7-3.3l-0.4-1.2l0.1-0.7l0.6-1.1l0.1-0.5l-0.2-0.7l-1-1.3l-0.4-0.6l-0.1-0.6v-1.2l-0.3-0.6l-0.4-0.3l-1.2-1
        l-0.5-0.4l-4.3-5.4l-0.4-1l0.1-1.1l0.5-1.3l-1.5-3.3l-0.7-0.9l-2-1.5l-0.2-0.5l0.2-0.5l-0.1-0.4l-0.9-0.4l-1.3,0.7l-0.6,0.1
        l-0.6-0.2l-0.9-0.8l-0.3-0.2h-1l-0.9-0.2l-0.6-0.3l-0.2,0.4l-0.5,0.8l-0.1,0.1l-1.3,0.6l-0.2,0.3v0.3l0.1,0.1l0.1,0.1l0.5,0.3
        l0.1,0.1l0.1,0.1l0.2,0.2l0.1,0.2l0.1,0.2v0.1v0.2l-0.1,0.4l-0.1,0.2l-0.1,0.2l-0.1,0.1l-0.2,0.2l-0.1,0.2l-0.1,0.1v0.2l0.3,0.8v0.1
        v0.1l-0.1,0.1l-0.3,0.4l-0.1,0.2l-0.2,0.4v0.1v0.1v0.1l0.1,0.2l0.1,0.1l0.2,0.1l0.5,0.1l0.2,0.1l0.2,0.1l0.2,0.3l0.2,0.3l0.1,0.3
        l0.1,0.4v0.2v0.4v0.2l-0.1,0.2l-0.6,0.8l-0.1,0.2l-0.1,0.1v0.2l0.1,0.2v0.2l-0.2,0.1l-0.5-0.2l-8.1-4.8l-0.2-0.2l-0.3-0.4l-0.5-0.5
        l-0.2-0.3l-3.3-1.2l-0.7-0.5l-0.7-0.4H226l-2.4,0.5L215,290h-0.2l-0.3-0.1l-9-3.7l-2-1.6l-8.1-9.8l-0.8-0.4l-3-1.3l-2.5-0.8
        l-0.3,1.7l-3.2,8.5l-0.5,1.5v0.3v0.3l0.2,0.5l0.2,0.4v0.2v0.2l-0.4,0.4l-0.2,0.2l-0.2,0.4l-0.3,0.8l-0.2,0.5l-0.1,0.6l0.1,0.3v0.3
        l0.1,0.3l0.1,0.4v0.3l-0.3,0.7l-0.1,0.3l0.1,0.7l0.2,0.5v0.2v0.3l-0.2,0.2l-0.7,0.9l-0.2,0.5l-0.1,1.5l-1.2,0.8l-1.4,0.6l-0.4,0.3
        l-1.2,1.5l-0.2,0.5l-0.2,0.4l0.1,0.2l0.1,0.6v0.2l-0.1,0.4l-1.1,3l-0.1,0.7v0.2v0.2l0.1,0.4v0.3v0.4l-0.1,0.2l-0.1,0.2l-0.9,0.8
        l-0.1,0.3v0.2l0.2,0.3l0.1,0.4l0.1,0.1l0.2,0.1l0.4,0.1l0.9,0.4l0.3,0.2h0.2l0.4,0.1l0.2,0.1l0.1,0.1l0.1,0.3l0.1,0.5l-0.1,1.2
        l-0.2,0.4l-0.2,0.3h-0.2l-0.6-0.1l-0.6,0.3l-0.9,1.5l2.1,1.3l1.1,0.8l0.7,0.7v0.2l0.2,0.3l-0.1,0.2l-0.5,0.1l0.4,0.7l0.6,0.7
        l4.7,3.7l1,1.1l1.1,2.5l0.7,1.1l1.3,0.7h1l2.8-0.4l0.9-0.4l1.8,0.9l1.6,1l1.4,1.2l1.1,1.3l0.9,1.5l0.6,0.6l1,0.2l1.3,0.1l1.3,0.4
        l2.3,1.1l9.7,6l6.8,2.6l2.4,1.5l1.6,1.9l1,2.2l1.9,6.2l0.5,1.1l0.8,1.1l2,1.7l0.7,1.1l0.8-1.9l1-1.6l0.2-0.6l-0.1-0.5l-0.3-0.8v-0.7
        l0.2-0.2l0.4,0.4l0.4,0.6l0.2,0.2l2,0.4l1.7-1.4l2.9-3.6l1-0.6h0.8l2.3,0.2l1.2-0.3l2.3-1.2l1.5-0.1l4.9,2.5l2.8,0.7l2-1.6l0.1-0.9
        l-0.1-0.9l-0.2-0.8l-0.2-0.8l0.3-1.6V346l-2.2-3.4l-0.5-1.5l0.3-0.7l1.3,0.9l1.3,2l1.8,3.7l0.4,1.1l0.2,0.4l0.4-0.3l1.9-1.4l1-0.5
        l1-0.3l1.1,0.2l-1.4,1.6l-2.1,0.9l-1.6,1l0.3,2.1l0.6,0.5l0.8,0.6l0.7,0.6l0.3,0.8l-0.1,1.1l0.1,0.6l0.4,0.3l2.3,1l1.2,0.2l2.6,0.1
        l0.2-0.2l0.6-0.8l0.3-0.2h2.2l0.3-0.9l-0.2-2.5l0.5-0.5l0.4-0.6l-0.1-1.4l-0.5-2.7L278.2,344.6z"/>
        </a>
    </svg>    
</body>
</html>


The code output should render as shown in the CodePen.io


That’s all. Happy coding.


Cite this article (APA 6th Edition)

Popular
CakePHP 4 Print PDF Using CakePDF
May, 17 2020
CakePHP 4 Authentication Using Auth...
May, 14 2020
CakePHP 4 Sending Email
February, 01 2022
CakePHP 4 jQuery Date Time Picker
October, 01 2018
CakePHP 4 Export To CSV
May, 29 2020
CakePHP 4 Authentication Using...
May, 11 2020
CakePHP 4 Find, Sort & Count
June, 02 2020
Share
Sharing Link
Click the icon to share