SVG (Scalable Vector Graphics)
SVG एक XML-आधारित वेक्टर इमेज फ़ॉर्मैट है जो बिना गुणवत्ता हानि के किसी भी रिज़ॉल्यूशन पर स्केल होता है। यह वेब पर लोगो, आइकन, इलस्ट्रेशन और इंटरैक्टिव ग्राफ़िक्स के लिए आदर्श है। SVG फ़ाइलों को CSS से स्टाइल किया जा सकता है, JavaScript से एनिमेट किया जा सकता है, और वे पूरी तरह से खोजने योग्य और सुलभ हैं।
MIME Type
image/svg+xml
प्रकार
टेक्स्ट
संपीड़न
दोषरहित
लाभ
- + Infinite scalability without quality loss
- + Tiny file sizes for simple graphics
- + Styleable with CSS and scriptable with JS
- + Accessible and SEO-friendly (text is selectable)
हानियाँ
- − Not suitable for photographs or complex raster images
- − Complex SVGs can be large and slow to render
- − Security concerns when accepting user-uploaded SVGs
.SVG कब उपयोग करें
लोगो, आइकन, इलस्ट्रेशन, चार्ट और किसी भी ऐसे ग्राफ़िक के लिए SVG का उपयोग करें जिसे किसी भी रिज़ॉल्यूशन पर पूर्ण रूप से स्केल करने या CSS से स्टाइल करने की आवश्यकता हो।
तकनीकी विवरण
SVG ज्यामितीय आकृतियों, पथों और टेक्स्ट का वर्णन करने वाले XML टेक्स्ट के रूप में छवियाँ संग्रहीत करता है। यह फ़िल्टर, ग्रेडिएंट, क्लिपिंग पथ, मास्क और एम्बेडेड रास्टर छवियों का समर्थन करता है।
इतिहास
SVG को W3C द्वारा विकसित किया गया था और 2001 में पहली बार अनुशंसा के रूप में जारी किया गया। SVG 1.1 2003 में व्यापक रूप से अपनाया गया मानक बना, और SVG 2 वर्तमान में विकास में है।
.SVG से रूपांतरित करें
.SVG में रूपांतरित करें
संबंधित फ़ॉर्मेट
संबंधित शब्द
Learn More
Color Theory for Digital Design: A Practical Guide
Understanding color theory helps you create visually harmonious designs that communicate effectively. This guide covers color models, harmony rules, accessibility …
CSS Units Explained: px, em, rem, vh, and When to Use Each
CSS offers over a dozen length units, each suited to different situations. Understanding the differences between absolute and relative units …
Image Format Guide: JPEG vs PNG vs WebP vs AVIF
Choosing the right image format affects file size, quality, and browser compatibility. This comparison covers the strengths of JPEG, PNG, …
QR Code Generation: Best Practices for Print and Digital
QR codes bridge physical and digital experiences, but poorly generated codes fail to scan. This guide covers sizing, error correction, …
Flexbox vs CSS Grid: A Practical Comparison
Flexbox and CSS Grid are complementary layout systems, not competitors. This guide clarifies when to reach for each one and …
How to Convert Images Between Formats
A practical guide to converting between image formats like JPEG, PNG, WebP, SVG, and HEIC. Learn which conversions are lossless, …