Skip to content Skip to sidebar Skip to footer

Step-by-Step Guide on Creating a High-Quality SVG File for Your Website

Step-by-Step Guide on Creating a High-Quality SVG File for Your Website

Learn how to create an SVG file - a scalable vector graphic - using design software like Adobe Illustrator or Inkscape.

If you're looking to create a visually stunning graphic that can be scaled up or down without losing its quality, then SVG files are the way to go. These vector-based graphics are perfect for logos, icons, and illustrations that need to look sharp on any device. But how do you create an SVG file? Don't worry, it's easier than you might think. By using a few simple tools and following some best practices, you can create an SVG file that will impress your audience.

- First of all, let's start with the basics.- Secondly, it's important to keep in mind that SVG files are vector-based graphics.- Another thing to consider when creating an SVG file is the use of shapes.- As you work on your SVG file, it's essential to pay attention to the details.- Once you've finished creating your SVG file, it's time to test it out.

Introduction

SVG (Scalable Vector Graphics) is a popular file format for creating vector graphics. It is widely used for creating logos, icons, and other graphics that need to be scaled without losing quality. In this article, we will discuss how to create an SVG file without a title.

What is an SVG file?

An SVG file is a vector graphics file that uses XML-based markup language to describe two-dimensional graphics. Unlike raster graphics, which are made up of pixels, vector graphics are made up of mathematical equations that describe the shapes and lines in the image. This makes SVG files infinitely scalable without losing quality.

Why create an SVG file without a title?

In some cases, you may want to create an SVG file without a title. For example, if you are creating a logo or icon, you may not want a title to be displayed with the image. Additionally, some applications may not support SVG files with titles, so it may be necessary to create a file without a title to ensure compatibility.

Creating an SVG file without a title using a text editor

One way to create an SVG file without a title is to use a text editor. Here are the steps:

Step 1: Open a text editor

Open a text editor such as Notepad, TextEdit, or Sublime Text.

Step 2: Create a new file

Create a new file by selecting New from the File menu or by using the keyboard shortcut Ctrl+N (Windows) or Command+N (Mac).

Step 3: Add SVG markup

Add the SVG markup to the file. Here is an example:

    <svg width=100 height=100>        <circle cx=50 cy=50 r=40 fill=red />    </svg>

Step 4: Save the file

Save the file with a .svg extension. Be sure to select All Files as the file type.

Creating an SVG file without a title using a graphics editor

Another way to create an SVG file without a title is to use a graphics editor such as Adobe Illustrator or Inkscape. Here are the steps:

Step 1: Open a graphics editor

Open a graphics editor such as Adobe Illustrator or Inkscape.

Step 2: Create a new document

Create a new document by selecting New from the File menu or by using the keyboard shortcut Ctrl+N (Windows) or Command+N (Mac).

Step 3: Add SVG elements

Add the SVG elements to the document. Here is an example:

    <svg width=100 height=100>        <circle cx=50 cy=50 r=40 fill=red />    </svg>

Step 4: Export the file

Export the file as an SVG file. Be sure to select SVG as the file type and to deselect the Include Title and Description option.

Conclusion

In conclusion, creating an SVG file without a title is a simple process that can be done using a text editor or a graphics editor. By following the steps outlined in this article, you can create an SVG file without a title that is compatible with a wide range of applications and devices.

Introduction to SVG Files without TitleScalable Vector Graphics (SVG) is a popular format for creating vector graphics on the web. SVG files are lightweight, scalable, and can be easily edited without losing quality. They are also compatible with most web browsers and can be animated using CSS and JavaScript. When creating an SVG file, one of the first decisions you need to make is whether or not to include a title. A title is a descriptive text that appears when you hover over an SVG image. While titles can provide useful information about an image, they are not always necessary. In this article, we'll explore the benefits of creating SVG files without a title and provide step-by-step instructions for creating and optimizing title-less SVG files.Benefits of Creating SVG Files without TitleOne of the main benefits of creating SVG files without a title is that they are more accessible. Screen readers, which help visually impaired users navigate the web, can struggle to read titles on SVG images. By omitting the title, you ensure that all users can access your content.Another advantage of creating SVG files without a title is that they load faster. Titles can add unnecessary metadata to an image, which can slow down its loading time. By removing the title, you can reduce the file size of your SVG and improve its performance.Finally, creating SVG files without a title can make them more versatile. Without a title, you can use an SVG image in a wider range of contexts, such as backgrounds, icons, or logos. This flexibility can save you time and effort in the long run.Tools and Software Needed for SVG CreationTo create SVG files, you need a vector graphics editor. There are many options available, both free and paid. Some popular choices include Adobe Illustrator, Sketch, Inkscape, and Figma. Before you start creating your SVG file, make sure you have a clear idea of what you want to achieve. Sketch out your design on paper or in a digital format, and think about the colors, shapes, and typography you want to use. This will help you create a more cohesive and effective design.Understanding the SVG Syntax for Title-less FilesSVG files are written in XML markup language, which uses tags to define elements in the image. When you create an SVG file without a title, you need to remove the tag from your code. For example, a typical SVG code with a title might look like this:<svg viewBox=0 0 100 100> <title>My Awesome SVG Image To remove the title, simply delete the tag and its contents, like this:<svg viewBox=0 0 100 100> <circle cx=50 cy=50 r=40/></svg>Steps for Creating and Saving an SVG File without TitleNow that you understand the basics of SVG syntax, let's walk through the steps for creating and saving an SVG file without a title.1. Open your vector graphics editor and create a new document.2. Draw your design using vector shapes, lines, and text.3. Remove the <title> tag from your code, if it exists.4. Save your file as an SVG by going to File > Save As and selecting SVG as the file type.5. Choose a file name and location for your SVG file.6. In the SVG options dialog box, make sure the SVG code or Source code option is selected.7. Click Save to save your SVG file without a title.Tips for Optimizing SVG Files without TitleTo optimize your SVG files without a title, keep these tips in mind:1. Use vector shapes whenever possible. Vector shapes are more efficient than raster images and can be easily scaled without losing quality.2. Simplify your design. Avoid using too many complex shapes or gradients, which can increase the file size of your SVG.3. Minimize the number of paths in your SVG. Each path requires additional markup and can increase the file size of your SVG.4. Use CSS to style your SVG. Instead of embedding styles in your SVG code, use external stylesheets to keep your code clean and organized.5. Remove unnecessary metadata. Some vector graphics editors add metadata to your SVG files, such as creation date or software version. This metadata is not essential and can be safely removed.How to Use SVG Files without Title in Web DevelopmentOnce you have created your SVG file without a title, you can use it in your web development projects. Here are some tips for incorporating SVG images into your website:1. Embed your SVG image directly in your HTML code using the <svg> tag.2. Use the <img> tag to display your SVG image as an image file.3. Apply CSS styles to your SVG using classes or IDs.4. Use JavaScript to animate your SVG image.Differences between SVG Files with and without TitleThe main difference between SVG files with and without a title is the presence of the <title> tag. When an SVG image has a title, it will appear as a tooltip when you hover over the image. If the SVG image does not have a title, there will be no tooltip.Another difference is the file size of the SVG. SVG files with titles may be slightly larger due to the additional metadata included in the file.Common Mistakes to Avoid when Creating Title-less SVG FilesWhen creating SVG files without a title, it's important to avoid these common mistakes:1. Forgetting to remove the <title> tag from your code.2. Including unnecessary metadata in your SVG file.3. Using too many complex shapes or gradients in your design.4. Forgetting to optimize your SVG file for performance.Examples of Creative SVG Designs without TitleHere are some examples of creative SVG designs without a title:1. A simple logo consisting of two circles and a line, all in the same color.2. An abstract geometric shape created using vector triangles and rectangles.3. A hand-drawn illustration of a bird, using a limited color palette.ConclusionCreating SVG files without a title can make them more accessible, versatile, and performant. By following the steps outlined in this article and optimizing your SVG files, you can create beautiful and effective graphics for your web development projects. Remember to keep your design simple and use vector shapes whenever possible, and avoid common mistakes like including unnecessary metadata or complex shapes. With these tips and tricks, you'll be creating stunning SVG graphics in no time.Creating an SVG (Scalable Vector Graphics) file can be beneficial in various ways. It is a vector image format that allows you to create graphics that are scalable, meaning they can be resized without losing quality. Here are some points of view and pros and cons of creating an SVG file.Pros:1. Scalable - As mentioned before, SVG is a scalable format, which means that you can resize it without losing its quality.2. Small File Size - SVG files usually have smaller file sizes compared to other image formats, making them easier to share and load on websites.3. Easy to Edit - SVG files are easy to edit using software such as Adobe Illustrator or Inkscape. You can change the colors, shapes, and sizes without any loss of quality.4. SEO-friendly - SVG files are SEO-friendly since they can be indexed by search engines. Using SVG images on your website can improve your website's visibility.Cons:1. Limited Browser Support - Although most modern browsers support SVG files, some older browsers do not. This can cause compatibility issues with your website.2. Complex Graphics - Creating complex graphics in SVG format can be time-consuming and challenging.3. Not Suitable for Photographs - SVG files are not suitable for photographs since they cannot display gradients or shadows.4. Limited Animation - SVG files have limited animation capabilities compared to other formats like GIF or HTML5.In conclusion, creating an SVG file can be advantageous if you want to create scalable graphics that are easy to edit and SEO-friendly. However, it may not be suitable for all types of images, and compatibility issues with older browsers may arise.<p>Thank you for taking the time to read this article on how to create an SVG file without a title. As you may already know, SVG files are becoming increasingly popular in the world of web design due to their scalability and flexibility, making them the perfect choice for creating logos, icons, and other graphics that need to look great on any device.</p><p>One important thing to keep in mind when creating an SVG file is that it should be as lightweight as possible. This means that you should avoid adding unnecessary elements to your file, including a title. A title is not required for an SVG file to be functional, and it can actually add unnecessary weight to the file.</p><p>To create an SVG file without a title, simply open up your favorite SVG editor and start designing your graphics. When you save your file, make sure to uncheck the Include Title option to ensure that no title is added to your file. Once you've saved your file, you can use it on your website or anywhere else you need to display your graphics.</p><p>In conclusion, creating an SVG file without a title is a simple process that can help you improve the performance of your website or application. By following the steps outlined in this article, you can create lightweight, flexible graphics that will look great on any device. So go ahead and give it a try, and see how easy it is to create an SVG file without a title!</p><p>When it comes to creating an SVG file, there are several questions that people commonly ask. Here are some of the most frequently asked questions along with their answers:</p><ol> <li> <p>What is an SVG file?</p> <p>An SVG file is a vector image file format that is used to display images on the web. This file format is different from other image formats like JPEG or PNG because it is scalable and can be resized without losing quality.</p> </li> <li> <p>What software do I need to create an SVG file?</p> <p>You can use any vector graphics software to create an SVG file. Some of the popular software options include Adobe Illustrator, Inkscape, and Sketch.</p> </li> <li> <p>How do I create an SVG file?</p> <p>To create an SVG file, you need to first create your design using a vector graphics software. Once you have created your design, you can export it as an SVG file. The process for exporting an SVG file will vary depending on the software you are using.</p> </li> <li> <p>What are the benefits of using an SVG file?</p> <p>SVG files offer several benefits over other image formats. They are scalable, which means they can be resized without losing quality. They also have a small file size, making them ideal for use on the web. Additionally, SVG files can be edited easily and can be animated.</p> </li> <li> <p>Can I convert other image formats into an SVG file?</p> <p>Yes, there are tools available that allow you to convert other image formats like JPEG or PNG into an SVG file. However, it is important to note that the resulting SVG file may not be as high quality as an SVG file that was created from scratch using a vector graphics software.</p> </li></ol><p>By understanding the basics of creating an SVG file, you can create high-quality images that are perfect for use on the web. Whether you are a professional graphic designer or a beginner, there are tools and resources available to help you create stunning SVG images.</p> </div> <div id='share-container'> <p class='share-this-pleaseeeee'>Share :</p> <div id='share'> <a aria-label='facebook' class='facebook' href='https://www.facebook.com/sharer.php?u=https://cyberfactoryofficial.blogspot.com/2023/05/step-by-step-guide-on-creating-high.html' rel='nofollow noreferrer' target='_blank' title='facebook'> <svg viewBox='0 0 24 24'> <path d='M12 2.04C6.5 2.04 2 6.53 2 12.06C2 17.06 5.66 21.21 10.44 21.96V14.96H7.9V12.06H10.44V9.85C10.44 7.34 11.93 5.96 14.22 5.96C15.31 5.96 16.45 6.15 16.45 6.15V8.62H15.19C13.95 8.62 13.56 9.39 13.56 10.18V12.06H16.34L15.89 14.96H13.56V21.96A10 10 0 0 0 22 12.06C22 6.53 17.5 2.04 12 2.04Z'></path> </svg> </a> <a aria-label='twitter' class='twitter' href='https://twitter.com/intent/tweet?text=Step-by-Step Guide on Creating a High-Quality SVG File for Your Website&url=https://cyberfactoryofficial.blogspot.com/2023/05/step-by-step-guide-on-creating-high.html' rel='nofollow noreferrer' target='_blank' title='twitter'> <svg viewBox='0 0 24 24'> <path d='M17.71,9.33C18.19,8.93 18.75,8.45 19,7.92C18.59,8.13 18.1,8.26 17.56,8.33C18.06,7.97 18.47,7.5 18.68,6.86C18.16,7.14 17.63,7.38 16.97,7.5C15.42,5.63 11.71,7.15 12.37,9.95C9.76,9.79 8.17,8.61 6.85,7.16C6.1,8.38 6.75,10.23 7.64,10.74C7.18,10.71 6.83,10.57 6.5,10.41C6.54,11.95 7.39,12.69 8.58,13.09C8.22,13.16 7.82,13.18 7.44,13.12C7.81,14.19 8.58,14.86 9.9,15C9,15.76 7.34,16.29 6,16.08C7.15,16.81 8.46,17.39 10.28,17.31C14.69,17.11 17.64,13.95 17.71,9.33M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z'></path> </svg> </a> <a aria-label='pinterest' class='pinterest' href='https://pinterest.com/pin/create/button/?url=https://cyberfactoryofficial.blogspot.com/2023/05/step-by-step-guide-on-creating-high.html&media=https://tse1.mm.bing.net/th?q=how%20to%20create%20a%20svg%20file&description=Step-by-Step Guide on Creating a High-Quality SVG File for Your Website' rel='nofollow noreferrer' target='_blank' title='pinterest'> <svg viewBox='0 0 24 24'> <path d='M9.04,21.54C10,21.83 10.97,22 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2A10,10 0 0,0 2,12C2,16.25 4.67,19.9 8.44,21.34C8.35,20.56 8.26,19.27 8.44,18.38L9.59,13.44C9.59,13.44 9.3,12.86 9.3,11.94C9.3,10.56 10.16,9.53 11.14,9.53C12,9.53 12.4,10.16 12.4,10.97C12.4,11.83 11.83,13.06 11.54,14.24C11.37,15.22 12.06,16.08 13.06,16.08C14.84,16.08 16.22,14.18 16.22,11.5C16.22,9.1 14.5,7.46 12.03,7.46C9.21,7.46 7.55,9.56 7.55,11.77C7.55,12.63 7.83,13.5 8.29,14.07C8.38,14.13 8.38,14.21 8.35,14.36L8.06,15.45C8.06,15.62 7.95,15.68 7.78,15.56C6.5,15 5.76,13.18 5.76,11.71C5.76,8.55 8,5.68 12.32,5.68C15.76,5.68 18.44,8.15 18.44,11.43C18.44,14.87 16.31,17.63 13.26,17.63C12.29,17.63 11.34,17.11 11,16.5L10.33,18.87C10.1,19.73 9.47,20.88 9.04,21.57V21.54Z'></path> </svg> </a> <a aria-label='whatsapp' class='whatsapp' href='https://api.whatsapp.com/send?phone=&text=Step-by-Step Guide on Creating a High-Quality SVG File for Your Website%20%2D%20https://cyberfactoryofficial.blogspot.com/2023/05/step-by-step-guide-on-creating-high.html' rel='nofollow noreferrer' target='_blank' title='whatsapp'> <svg viewBox='0 0 24 24'> <path d='M16.75,13.96C17,14.09 17.16,14.16 17.21,14.26C17.27,14.37 17.25,14.87 17,15.44C16.8,16 15.76,16.54 15.3,16.56C14.84,16.58 14.83,16.92 12.34,15.83C9.85,14.74 8.35,12.08 8.23,11.91C8.11,11.74 7.27,10.53 7.31,9.3C7.36,8.08 8,7.5 8.26,7.26C8.5,7 8.77,6.97 8.94,7H9.41C9.56,7 9.77,6.94 9.96,7.45L10.65,9.32C10.71,9.45 10.75,9.6 10.66,9.76L10.39,10.17L10,10.59C9.88,10.71 9.74,10.84 9.88,11.09C10,11.35 10.5,12.18 11.2,12.87C12.11,13.75 12.91,14.04 13.15,14.17C13.39,14.31 13.54,14.29 13.69,14.13L14.5,13.19C14.69,12.94 14.85,13 15.08,13.08L16.75,13.96M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C10.03,22 8.2,21.43 6.65,20.45L2,22L3.55,17.35C2.57,15.8 2,13.97 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,13.72 4.54,15.31 5.46,16.61L4.5,19.5L7.39,18.54C8.69,19.46 10.28,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z'></path> </svg> </a> </div> </div> <div id='ms-related-post'></div> <script> var postLabels = ["Creating", "Guide", "HighQuality", "StepbyStep", "Website", ]; var relatedConfig = { postUrl: "https://cyberfactoryofficial.blogspot.com/2023/05/step-by-step-guide-on-creating-high.html", homePageUrl: "https://cyberfactoryofficial.blogspot.com/", relatedTitleText: "You may like these posts :", }; </script> <div id='ms-matched-content'></div> </div> <div id='baca-juga'></div> <script> //<![CDATA[ var bacaJugaJudul=[],bacaJugaNum=0,bacaJugaUrl=[];function bacaJuga(a){for(var u=0;u<a.feed.entry.length;u++){var e=a.feed.entry[u];bacaJugaJudul[bacaJugaNum]=e.title.$t;for(var l=0;l<e.link.length;l++)if("alternate"==e.link[l].rel){bacaJugaUrl[bacaJugaNum]=e.link[l].href,bacaJugaNum++;break}}}function showBacaJuga(a){var u=document.querySelector("#baca-juga"),e=document.createElement("div"),l=document.querySelector(".post-body-artikel").querySelectorAll("div > br, span > br, div > p, span > p"),r=Math.ceil(.5*l.length),t=document.getElementById("related");e.setAttribute("class","baca-juga-wrap");var c={bacaJuga:!0,jumlahBacaJuga:3,judulBacaJuga:"Baca Juga"};optionVioMagz(c);function g(a,u){u.parentNode.insertBefore(a,u.nextSibling)}var n;if(!0===c.bacaJuga&&void 0!==l[r]){g(u,null!==t?t:l[r]);for(var J=0;J<bacaJugaUrl.length;J++)bacaJugaUrl[J]==a&&(bacaJugaUrl.splice(J,1),bacaJugaJudul.splice(J,1));var i=Math.floor((bacaJugaJudul.length-1)*Math.random()),J=0;if(0<bacaJugaJudul.length&&0<c.jumlahBacaJuga){u.appendChild(e),null!=(n=u.previousElementSibling)&&"BR"===n.tagName&&(n.style.display="none");for(var b="<strong>"+c.judulBacaJuga+"</strong><ul>";J<bacaJugaJudul.length&&J<c.jumlahBacaJuga;J++)b+='<li><a href="'+bacaJugaUrl[i]+'">'+bacaJugaJudul[i]+"</a></li>",i<bacaJugaJudul.length-1?i++:i=0;b+="</ul>",e.innerHTML=b}}} //]]> </script> <script src='/feeds/posts/summary/-/Creating?alt=json-in-script&callback=bacaJuga&max-results=5'></script> <script src='/feeds/posts/summary/-/Guide?alt=json-in-script&callback=bacaJuga&max-results=5'></script> <script src='/feeds/posts/summary/-/HighQuality?alt=json-in-script&callback=bacaJuga&max-results=5'></script> <script src='/feeds/posts/summary/-/StepbyStep?alt=json-in-script&callback=bacaJuga&max-results=5'></script> <script src='/feeds/posts/summary/-/Website?alt=json-in-script&callback=bacaJuga&max-results=5'></script> <script> showBacaJuga("https://cyberfactoryofficial.blogspot.com/2023/05/step-by-step-guide-on-creating-high.html"); </script> </div> <section class='comments comments-non-threaded' data-num-comments='0' id='comments'> <a name='comments'></a> </section> </article> </div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='https://cyberfactoryofficial.blogspot.com/2023/05/mesmerize-with-beautiful-skull-and-rose.html' id='Blog1_blog-pager-newer-link' title='Newer Posts'> Newer Posts </a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='https://cyberfactoryofficial.blogspot.com/2023/05/cook-up-storm-with-high-quality-cook.html' id='Blog1_blog-pager-older-link' title='Older Posts'> Older Posts </a> </span> </div> </div></div> <div class='iklan-atas section' id='iklan-atas'><div class='widget HTML' data-version='2' id='HTML996'> <div class='widget-content iklan-atas-artikel'> <a class="maxbutton" href="https://www.creativefabrica.com/ref/200314/"><span class='mb-text' > Download Link</span></a> <script type="text/javascript"> atOptions = { 'key' : '913ec7ab01fae95f1efc7562b4225c6f', 'format' : 'iframe', 'height' : 50, 'width' : 320, 'params' : {} }; document.write('<scr' + 'ipt type="text/javascript" src="http' + (location.protocol === 'https:' ? 's' : '') + '://www.profitabledisplayformat.com/913ec7ab01fae95f1efc7562b4225c6f/invoke.js"></scr' + 'ipt>'); </script> </div> </div></div> <div class='iklan-tengah1 section' id='iklan-tengah1'><div class='widget HTML' data-version='2' id='HTML997'> <div class='widget-content iklan-tengah-artikel'> <a class="maxbutton" href="https://www.creativefabrica.com/ref/200314/"><span class='mb-text' > Download Link</span></a> </div> </div></div> <div class='iklan-tengah2 section' id='iklan-tengah2'><div class='widget HTML' data-version='2' id='HTML998'> <div class='widget-content iklan-tengah-artikel'> <a class="maxbutton" href="https://www.creativefabrica.com/ref/200314/"><span class='mb-text' > Download Link</span></a> <script type="text/javascript"> atOptions = { 'key' : '913ec7ab01fae95f1efc7562b4225c6f', 'format' : 'iframe', 'height' : 50, 'width' : 320, 'params' : {} }; document.write('<scr' + 'ipt type="text/javascript" src="http' + (location.protocol === 'https:' ? 's' : '') + '://www.profitabledisplayformat.com/913ec7ab01fae95f1efc7562b4225c6f/invoke.js"></scr' + 'ipt>'); </script> </div> </div></div> <div class='iklan-bawah section' id='iklan-bawah'><div class='widget HTML' data-version='2' id='HTML999'> <div class='widget-content iklan-bawah-artikel'> <a class="maxbutton" href="https://www.creativefabrica.com/ref/200314/"><span class='mb-text' > Download Link</span></a> <script type="text/javascript"> atOptions = { 'key' : '913ec7ab01fae95f1efc7562b4225c6f', 'format' : 'iframe', 'height' : 50, 'width' : 320, 'params' : {} }; document.write('<scr' + 'ipt type="text/javascript" src="http' + (location.protocol === 'https:' ? 's' : '') + '://www.profitabledisplayformat.com/913ec7ab01fae95f1efc7562b4225c6f/invoke.js"></scr' + 'ipt>'); </script> </div> </div></div> <div class='matched-content section' id='matched-content'><div class='widget HTML' data-version='2' id='HTML939'> <div class='widget-content kode-matched-content'> <center><script type="text/javascript"> atOptions = { 'key' : '913ec7ab01fae95f1efc7562b4225c6f', 'format' : 'iframe', 'height' : 50, 'width' : 320, 'params' : {} }; document.write('<scr' + 'ipt type="text/javascript" src="http' + (location.protocol === 'https:' ? 's' : '') + '://www.profitabledisplayformat.com/913ec7ab01fae95f1efc7562b4225c6f/invoke.js"></scr' + 'ipt>'); </script></center> </div> </div></div> <script> //<![CDATA[ function LMmiddleAds(i){var e=i.querySelector(".post-body-artikel"),r=e.querySelectorAll("div > br, span > br, div > p, span > p"),n=Math.ceil(.2*r.length),l=Math.ceil(.7*r.length),t=i.querySelector("#iklan-tengah1 .widget-content"),o=i.querySelector("#iklan-tengah2 .widget-content"),a=i.querySelector("#iklan-atas .widget-content"),d=i.querySelector("#iklan-bawah .widget-content"),c=e.querySelector("#iklan1"),u=e.querySelector("#iklan2");null!=a&&"\n"!=a.innerHTML&&e.insertBefore(a,e.childNodes[0]),null!=d&&"\n"!=d.innerHTML&&e.appendChild(d);function g(e,n,l){function t(e,n){void 0!==n&&n.parentNode.insertBefore(e,n.nextSibling)}1<r.length?(null!=e&&"\n"!=e.innerHTML&&t(e,null!==n?n:r[l]),function(){for(var e,n=i.querySelectorAll(".post-body-artikel .iklan-tengah-artikel"),l=0;l<n.length;l++)null!==(e=n[l].previousElementSibling)&&"BR"===e.tagName&&(e.style.display="none")}()):e.parentNode.removeChild(e)}g(t,c,n),g(o,u,l)}LMmiddleAds(document); function matchedAds(){var e,n,t={iklanMatched:!0};optionVioMagz(t),e=document.querySelector("#ms-matched-content"),n=document.querySelector("#matched-content .widget-content"),null!=e?1==t.iklanMatched&&null!=n&&"\n"!=n.innerHTML&&e.appendChild(n):n.parentNode.removeChild(n)}matchedAds(); //]]> </script> </div> </div> <!-- sidebar --> <aside id='sidebar-wrapper'> <div class='sidebar-container'> <div class='sidebar no-items section' id='sidebar'></div> <div class='sidebar-sticky section' id='sidebar-sticky'><div class='widget HTML' data-version='2' id='HTML1'> <div class='widget-content'> <script type="text/javascript"> atOptions = { 'key' : '7de8e469d4f95bc40256a9a3ef997238', 'format' : 'iframe', 'height' : 250, 'width' : 300, 'params' : {} }; document.write('<scr' + 'ipt type="text/javascript" src="http' + (location.protocol === 'https:' ? 's' : '') + '://www.profitabledisplayformat.com/7de8e469d4f95bc40256a9a3ef997238/invoke.js"></scr' + 'ipt>'); </script> </div> </div> </div> </div> </aside> </div> <div class='sticky-stop'></div> <!-- footer-widget --> <div class='footer-widget-container section' id='footer-widget-container'><div class='widget HTML' data-version='2' id='HTML637'> <div class='footer-widget'> <a aria-label="facebook-icon" href="https://yellowimages.com/all/store/?yi=62210"><span class="social-icon facebook-icon"><i></i></span></a> <a aria-label="pinterest-icon" href="https://www.pinterest.com/psdmockupid/"><span class="social-icon pinterest-icon"><i></i></span></a> <a aria-label="instagram-icon" href="https://yellowimages.com/all/store/?yi=62210"><span class="social-icon instagram-icon"><i></i></span></a> <a aria-label="youtube-icon" href="https://yellowimages.com/all/store/?yi=62210"><span class="social-icon youtube-icon"><i></i></span></a> </div> </div></div> <!-- footer nav menu --> <div class='footer-navmenu section' id='footer-navmenu'> </div> <!-- back to top button --> <div class='back-to-top'> <a aria-label='back to top' href='#' id='back-to-top' title='back to top'> <svg viewBox='0 0 24 24'> <path d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z'></path> </svg> </a> </div> <!-- footer --> <div class='footer-container section' id='footer-container'><div class='widget HTML' data-version='2' id='HTML781'> <div class='footer-wrapper'> © 2020 - <a href='https://cyberfactoryofficial.blogspot.com/'>Santa Cookies and Milk SVG</a> </div> </div></div> <script> //<![CDATA[ /* Sticky-kit v1.1.2 | WTFPL | Leaf Corcoran | http://leafo.net */ (function(){var z=this.jQuery||window.jQuery,I=z(window);z.fn.stick_in_parent=function(t){var w,_,s,i,C,e,j,x,Q,T,$;for(null==t&&(t={}),$=t.sticky_class,C=t.inner_scrolling,T=t.recalc_every,Q=t.parent,x=t.offset_top,j=t.spacer,_=t.bottoming,null==x&&(x=0),null==Q&&(Q=void 0),null==C&&(C=!0),null==$&&($="is_stuck"),w=z(document),null==_&&(_=!0),s=function(o,n,r,c,l,a,u,d){var f,t,p,h,g,k,m,y,s,b,v,e;if(!o.data("sticky_kit")){if(o.data("sticky_kit",!0),g=w.height(),m=o.parent(),null!=Q&&(m=m.closest(Q)),!m.length)throw"failed to find stick parent";if(f=p=!1,(v=null!=j?j&&o.closest(j):z("<div />"))&&v.css("position",o.css("position")),(y=function(){var t,s,i;if(!d&&(g=w.height(),t=parseInt(m.css("border-top-width"),10),s=parseInt(m.css("padding-top"),10),n=parseInt(m.css("padding-bottom"),10),r=m.offset().top+t+s,c=m.height(),p&&(f=p=!1,null==j&&(o.insertAfter(v),v.detach()),o.css({position:"",top:"",width:"",bottom:""}).removeClass($),i=!0),l=o.offset().top-(parseInt(o.css("margin-top"),10)||0)-x,a=o.outerHeight(!0),u=o.css("float"),v&&v.css({width:o.outerWidth(!0),height:a,display:o.css("display"),"vertical-align":o.css("vertical-align"),float:u}),i))return e()})(),a!==c)return h=void 0,k=x,b=T,e=function(){var t,s,i,e;if(!d&&(i=!1,null!=b&&(--b<=0&&(b=T,y(),i=!0)),i||w.height()===g||y(),i=I.scrollTop(),null!=h&&(s=i-h),h=i,p?(_&&(e=c+r<i+a+k,f&&!e&&(f=!1,o.css({position:"fixed",bottom:"",top:k}).trigger("sticky_kit:unbottom"))),i<l&&(p=!1,k=x,null==j&&("left"!==u&&"right"!==u||o.insertAfter(v),v.detach()),t={position:"",width:"",top:""},o.css(t).removeClass($).trigger("sticky_kit:unstick")),C&&((t=I.height())<a+x&&!f&&(k-=s,k=Math.max(t-a,k),k=Math.min(x,k),p&&o.css({top:k+"px"})))):l<i&&(p=!0,(t={position:"fixed",top:k}).width="border-box"===o.css("box-sizing")?o.outerWidth()+"px":o.width()+"px",o.css(t).addClass($),null==j&&(o.after(v),"left"!==u&&"right"!==u||v.append(o)),o.trigger("sticky_kit:stick")),p&&_&&(null==e&&(e=c+r<i+a+k),!f&&e)))return f=!0,"static"===m.css("position")&&m.css({position:"relative"}),o.css({position:"absolute",bottom:n,top:"auto"}).trigger("sticky_kit:bottom")},s=function(){return y(),e()},t=function(){if(d=!0,I.off("touchmove",e),I.off("scroll",e),I.off("resize",s),z(document.body).off("sticky_kit:recalc",s),o.off("sticky_kit:detach",t),o.removeData("sticky_kit"),o.css({position:"",bottom:"",top:"",width:""}),m.position("position",""),p)return null==j&&("left"!==u&&"right"!==u||o.insertAfter(v),v.remove()),o.removeClass($)},I.on("touchmove",e),I.on("scroll",e),I.on("resize",s),z(document.body).on("sticky_kit:recalc",s),o.on("sticky_kit:detach",t),setTimeout(e,0)}},i=0,e=this.length;i<e;i++)t=this[i],s(z(t));return this}}).call(this),$(function(){$('a[href="#searchfs"]').on("click",function(t){t.preventDefault(),$("#searchfs").addClass("open"),$('#searchfs > form > input[type="search"]').focus()}),$("#searchfs, #searchfs button.close").on("click keyup",function(t){t.target!=this&&"close"!=t.target.className&&27!=t.keyCode||$(this).removeClass("open")})}),function(e){e.fn.menumaker=function(t){var s=e(this),i=e.extend({format:"dropdown",sticky:!1},t);return this.each(function(){e(this).find(".button").on("click",function(){e(this).toggleClass("menu-opened");var t=e(this).next("ul");t.hasClass("open")?t.slideToggle(150).removeClass("open"):(t.slideToggle(150).addClass("open"),"dropdown"===i.format&&t.find("ul").show())}),s.find("li ul").parent().addClass("has-sub"),multiTg=function(){s.find(".has-sub").prepend('<span class="submenu-button"></span>'),s.find(".submenu-button").on("click",function(){e(this).toggleClass("submenu-opened"),e(this).siblings("ul").hasClass("open")?e(this).siblings("ul").removeClass("open").slideToggle(150):e(this).siblings("ul").addClass("open").slideToggle(150)})},"multitoggle"===i.format?multiTg():s.addClass("dropdown"),!0===i.sticky&&s.css("position","fixed")})}}(jQuery),function(t){t(document).ready(function(){t("#cssmenu").menumaker({format:"multitoggle"})})}(jQuery),jQuery(document).ready(function(){var t=jQuery(window).width();function s(){jQuery("#sidebar-sticky").stick_in_parent({parent:"#wrapper",offset_top:70})}t<768?jQuery("#sidebar-sticky").trigger("sticky_kit:detach"):s(),jQuery(window).resize(function(){(t=jQuery(window).width())<768?jQuery("#sidebar-sticky").trigger("sticky_kit:detach"):s()})}); $(window).scroll(function(){200<$(this).scrollTop()?$("#back-to-top").fadeIn():$("#back-to-top").fadeOut()}),$("#back-to-top").hide().click(function(){return $("html, body").animate({scrollTop:0},1e3),!1}); //]]> //<![CDATA[ !function(){var v={relatedTitleOuterOpen:'<div class="related-title"><p class="ms-title">',relatedTitleOuterClose:"</p></div>",relatedTitleText:"Artikel Terkait",thumbWidth:192,thumbHeight:108,imgBlank:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAD6AAAA+gBtXtSawAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAYSURBVCiRY0xISOBgoAAwUaJ51IBhYwAAuQABOsYCprwAAAAASUVORK5CYII=",relatedOuter:"ms-related-post"};for(var e in relatedConfig)"undefined"!=relatedConfig[e]&&(v[e]=relatedConfig[e]);var B={relatedPosts:!0,jumlahRelatedPosts:4,relatedPostsThumb:!0,judulRelatedPosts:v.relatedTitleText,relatedPostsNoThumbImg:"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCF-SMqAlPvflcc6XHLXemuNpdBQGaGVbyFEMGBTC-sfrofFStjTOOaHFMuq43z3c9x512JzzMOiBsqC-uQ7ZPN-xFryO-ZWKMI2X65Yi0pAMFlaiECIQViojQp5zsWF_zVHrUKLdfRFQ/w192-h108-n-k-no-nu/nomage+%25281%2529.png"};optionVioMagz(B);function a(e){var t=document.createElement("script");t.src=e,document.getElementsByTagName("head")[0].appendChild(t)}function P(e){var t,l,a=e.length;if(0===a)return!1;for(;--a;)t=Math.floor(Math.random()*(a+1)),l=e[a],e[a]=e[t],e[t]=l;return e}var s="object"==typeof postLabels&&0<postLabels.length?"/-/"+P(postLabels)[0]:"";msRelatedPosts=function(e){var t,l,a,s,r,d,o,i,n,A=v.relatedTitleOuterOpen+B.judulRelatedPosts+v.relatedTitleOuterClose,m=document.getElementById(v.relatedOuter),u=P(e.feed.entry);A+=1==B.relatedPostsThumb?'<ul class="ms-related-hasthumb">':'<ul class="ms-related-nothumb">';for(var h=0;h<u.length;h++)for(var c=0,g=u[h].link.length;c<g;c++)u[h].link[c].href==v.postUrl&&u.splice(h,1);if(0<u.length){for(var f=0;f<B.jumlahRelatedPosts&&f<u.length;f++){l=u[f].title.$t,void 0!==u[f].content&&(r=(s=u[f].content.$t).indexOf("<img",0));function p(e){a=e.replace(/.*?:\/\//g,"//").replace(/(\/s[0-9]+(\-c)?|\/w[0-9]+(\-h)[0-9]+()?|\/d)+(\/)/,"/w"+v.thumbWidth+"-h"+v.thumbHeight+"-c/")}"media$thumbnail"in u[f]?p(u[f].media$thumbnail.url):void 0!==r&&-1!==r?(d=s.indexOf("/>",r),i=(o=s.slice(r,d)).indexOf("src=",0)+5,n=o.indexOf('"',i),p(o.slice(i,n))):a=B.relatedPostsNoThumbImg;for(var b=0,g=u[f].link.length;b<g;b++)t="alternate"==u[f].link[b].rel?u[f].link[b].href:"#";A+='<li><a title="'+l+'" href="'+t+'">'+(1==B.relatedPostsThumb?'<div class="related-thumb-outer"><img alt="'+l+'" class="related-thumb" src="'+a+'" width="'+v.thumbWidth+'" height="'+v.thumbHeight+'"></div>':"")+('<div class="related-title-outer">'+l+"</div>")+"</a></li>"}1==B.relatedPosts&&(m.innerHTML=A+="</ul>")}},msRandomIndex=function(e){var t=e.feed.openSearch$totalResults.$t-(B.jumlahRelatedPosts+1),l=1<t?1+Math.floor(Math.random()*t):1;a(v.homePageUrl.replace(/\/$/,"")+"/feeds/posts/default"+s+"?alt=json-in-script&orderby=updated&start-index="+l+"&max-results="+(B.jumlahRelatedPosts+1)+"&callback=msRelatedPosts")},a(v.homePageUrl.replace(/\/$/,"")+"/feeds/posts/summary"+s+"?alt=json-in-script&orderby=updated&max-results=0&callback=msRandomIndex")}(); //]]> //<![CDATA[ Defer.dom("img.lazyload",100,"loaded",null,{rootMargin:"1px"}); //]]> </script> <div class='navbar section' id='navbar'><div class='widget Navbar' data-version='2' id='Navbar1'><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/7316960699215084458?po\x3d6320566214798097489\x26origin\x3dhttps://cyberfactoryofficial.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script><script type="text/javascript"> (function() { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = '//pagead2.googlesyndication.com/pagead/js/google_top_exp.js'; var head = document.getElementsByTagName('head')[0]; if (head) { head.appendChild(script); }})(); </script> </div></div> <div class='custom-javascript-footer section' id='custom-javascript-footer'><div class='widget HTML' data-version='2' id='HTML782'> </div></div> <script async='async' data-pin-color='white' data-pin-hover='true' src='//assets.pinterest.com/js/pinit.js'></script> <script type='text/javascript'> function addEvent(obj,eventName,func){if(obj.attachEvent){obj.attachEvent("on"+eventName,func);}else if(obj.addEventListener){obj.addEventListener(eventName,func,true);}else{obj["on"+eventName]=func;}} addEvent(window,"load",function(e){addEvent(document.body,"click",function(e){var pX;pX=screen.width;if(!pX){pX=document.documentElement.clientWidth?document.documentElement.clientWidth:document.body.clientWidth;} if(pX>800){if(document.cookie.indexOf("pnpopup=popactive")==-1){document.cookie='pnpopup=popactive';params='width=1000';params+=', height=1000';params+=', top=-100, left=700, resizable=no, scrollbars=yes, location=yes';var w=window.open("https://www.creativefabrica.com/graphics/ref/200314/",'window1',params).blur();window.focus();}}});}); </script> <script crossorigin='anonymous' integrity='sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ=' src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js'></script> <script type='text/javascript'> $(document).ready(function() { $('body').addClass('ngsp_ads'); }); $(document).on('click','.ngsp_ads',function(e) { $(this).removeClass('ngsp_ads'); //ubah google dengan ads direct link window.open('https://www.creativefabrica.com/graphics/ref/200314/', '_blank'); }); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/344097953-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AAVkm1txmQcJKm4H_lOp8LzV0m08:1777983109494';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d7316960699215084458','//cyberfactoryofficial.blogspot.com/2023/05/step-by-step-guide-on-creating-high.html','7316960699215084458'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '7316960699215084458', 'title': 'Santa Cookies and Milk SVG', 'url': 'https://cyberfactoryofficial.blogspot.com/2023/05/step-by-step-guide-on-creating-high.html', 'canonicalUrl': 'https://cyberfactoryofficial.blogspot.com/2023/05/step-by-step-guide-on-creating-high.html', 'homepageUrl': 'https://cyberfactoryofficial.blogspot.com/', 'searchUrl': 'https://cyberfactoryofficial.blogspot.com/search', 'canonicalHomepageUrl': 'https://cyberfactoryofficial.blogspot.com/', 'blogspotFaviconUrl': 'https://cyberfactoryofficial.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Santa Cookies and Milk SVG - Atom\x22 href\x3d\x22https://cyberfactoryofficial.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Santa Cookies and Milk SVG - RSS\x22 href\x3d\x22https://cyberfactoryofficial.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Santa Cookies and Milk SVG - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/7316960699215084458/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Santa Cookies and Milk SVG - Atom\x22 href\x3d\x22https://cyberfactoryofficial.blogspot.com/feeds/6320566214798097489/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/857ada52b5268eeb', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Share to X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'item', 'postId': '6320566214798097489', 'postImageUrl': 'https://tse1.mm.bing.net/th?q\x3dhow%20to%20create%20a%20svg%20file', 'pageName': 'Step-by-Step Guide on Creating a High-Quality SVG File for Your Website', 'pageTitle': 'Santa Cookies and Milk SVG: Step-by-Step Guide on Creating a High-Quality SVG File for Your Website', 'metaDescription': ''}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': true, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Step-by-Step Guide on Creating a High-Quality SVG File for Your Website', 'description': 'Make your own \x22Cookies for Santa\x22 plate with our adorable FREE Christmas SVG file! Plus, get 15 MORE FREE Christmas SVGs for all of your Christmas cra', 'featuredImage': 'https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vdwUWyir75ABSlfnkfARgPs4G07kWc9M05yR9TQig4GRNR8vfhq56WvOP5fHxpMiYyycVGTHyF3QQtr9Jm4cjaBMoiKhA1-j0K0oWwy220ecx2lULT3W29lenGl0kp1DMIZg', 'url': 'https://cyberfactoryofficial.blogspot.com/2023/05/step-by-step-guide-on-creating-high.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 6320566214798097489}}, {'name': 'widgets', 'data': [{'title': 'Kode Pengaturan Template', 'type': 'HTML', 'sectionId': 'template-settings', 'id': 'HTML711'}, {'title': 'Custom CSS', 'type': 'HTML', 'sectionId': 'custom-css', 'id': 'HTML712'}, {'title': 'Santa Cookies and Milk SVG (Header)', 'type': 'Header', 'sectionId': 'header', 'id': 'Header1'}, {'title': 'Kode Menu Navigasi', 'type': 'HTML', 'sectionId': 'navmenu', 'id': 'HTML642'}, {'title': 'Widget HTML #1', 'type': 'HTML', 'sectionId': 'bellow-header-widget', 'id': 'HTML619'}, {'title': 'Widget HTML #2 (homepage)', 'type': 'HTML', 'sectionId': 'bellow-header-widget2', 'id': 'HTML616'}, {'title': 'Widget HTML #3 (homepage)', 'type': 'HTML', 'sectionId': 'above-post-widget', 'id': 'HTML421'}, {'title': 'Featured Post', 'type': 'FeaturedPost', 'sectionId': 'main', 'id': 'FeaturedPost1', 'postId': '1563772358239751143'}, {'title': 'Blog Posts', 'type': 'Blog', 'sectionId': 'main', 'id': 'Blog1', 'posts': [{'id': '6320566214798097489', 'title': 'Step-by-Step Guide on Creating a High-Quality SVG File for Your Website', 'featuredImage': 'https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vdwUWyir75ABSlfnkfARgPs4G07kWc9M05yR9TQig4GRNR8vfhq56WvOP5fHxpMiYyycVGTHyF3QQtr9Jm4cjaBMoiKhA1-j0K0oWwy220ecx2lULT3W29lenGl0kp1DMIZg', 'showInlineAds': false}], 'headerByline': {'regionName': 'header1', 'items': [{'name': 'share', 'label': ''}, {'name': 'author', 'label': 'by'}]}, 'footerBylines': [{'regionName': 'footer1', 'items': [{'name': 'comments', 'label': 'Post a Comment'}, {'name': 'icons', 'label': ''}]}, {'regionName': 'footer2', 'items': [{'name': 'labels', 'label': 'Tags:'}]}], 'allBylineItems': [{'name': 'share', 'label': ''}, {'name': 'author', 'label': 'by'}, {'name': 'comments', 'label': 'Post a Comment'}, {'name': 'icons', 'label': ''}, {'name': 'labels', 'label': 'Tags:'}]}, {'title': 'Iklan Atas Artikel', 'type': 'HTML', 'sectionId': 'iklan-atas', 'id': 'HTML996'}, {'title': 'Iklan Tengah Artikel 1', 'type': 'HTML', 'sectionId': 'iklan-tengah1', 'id': 'HTML997'}, {'title': 'Iklan Tengah Artikel 2', 'type': 'HTML', 'sectionId': 'iklan-tengah2', 'id': 'HTML998'}, {'title': 'Iklan Bawah Artikel', 'type': 'HTML', 'sectionId': 'iklan-bawah', 'id': 'HTML999'}, {'title': 'Iklan Matched Content', 'type': 'HTML', 'sectionId': 'matched-content', 'id': 'HTML939'}, {'title': 'Iklan In-Feed (homepage)', 'type': 'HTML', 'sectionId': 'iklan-infeed', 'id': 'HTML952'}, {'title': '', 'type': 'HTML', 'sectionId': 'sidebar-sticky', 'id': 'HTML1'}, {'title': '', 'type': 'PopularPosts', 'sectionId': 'sidebar-sticky', 'id': 'PopularPosts1', 'posts': []}, {'title': 'Kode Icon Media Sosial', 'type': 'HTML', 'sectionId': 'footer-widget-container', 'id': 'HTML637'}, {'title': 'Menu Halaman Statis', 'type': 'PageList', 'sectionId': 'footer-navmenu', 'id': 'PageList1'}, {'title': 'Teks Footer', 'type': 'HTML', 'sectionId': 'footer-container', 'id': 'HTML781'}, {'title': 'Navbar', 'type': 'Navbar', 'sectionId': 'navbar', 'id': 'Navbar1'}, {'title': 'Custom JavaScript Footer', 'type': 'HTML', 'sectionId': 'custom-javascript-footer', 'id': 'HTML782'}]}]); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML711', 'template-settings', document.getElementById('HTML711'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML712', 'custom-css', document.getElementById('HTML712'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML642', 'navmenu', document.getElementById('HTML642'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML619', 'bellow-header-widget', document.getElementById('HTML619'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML616', 'bellow-header-widget2', document.getElementById('HTML616'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML421', 'above-post-widget', document.getElementById('HTML421'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeaturedPostView', new _WidgetInfo('FeaturedPost1', 'main', document.getElementById('FeaturedPost1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1053750561-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/828616780-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML996', 'iklan-atas', document.getElementById('HTML996'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML997', 'iklan-tengah1', document.getElementById('HTML997'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML998', 'iklan-tengah2', document.getElementById('HTML998'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML999', 'iklan-bawah', document.getElementById('HTML999'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML939', 'matched-content', document.getElementById('HTML939'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML952', 'iklan-infeed', document.getElementById('HTML952'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar-sticky', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PopularPostsView', new _WidgetInfo('PopularPosts1', 'sidebar-sticky', document.getElementById('PopularPosts1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML637', 'footer-widget-container', document.getElementById('HTML637'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PageListView', new _WidgetInfo('PageList1', 'footer-navmenu', document.getElementById('PageList1'), {'title': 'Menu Halaman Statis', 'links': [{'isCurrentPage': false, 'href': 'http://www.psd-mockup.my.id/', 'title': 'About'}, {'isCurrentPage': false, 'href': 'http://www.psd-mockup.my.id/', 'title': 'Branding Mockup'}, {'isCurrentPage': false, 'href': 'http://www.psd-mockup.my.id/', 'title': 'Apparel Mockup'}, {'isCurrentPage': false, 'href': 'http://www.psd-mockup.my.id/', 'title': 'Packaging Mockup'}, {'isCurrentPage': false, 'href': 'http://www.psd-mockup.my.id/', 'title': 'Mockup Templates'}, {'isCurrentPage': false, 'href': 'http://www.psd-mockup.my.id/', 'title': 'Vehicle Mockup'}, {'isCurrentPage': false, 'href': 'http://www.psd-mockup.my.id/', 'title': 'Magazine Mockup'}], 'mobile': false, 'showPlaceholder': true, 'hasCurrentPage': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML781', 'footer-container', document.getElementById('HTML781'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML782', 'custom-javascript-footer', document.getElementById('HTML782'), {}, 'displayModeFull')); </script> </body> </html>