Cargando…

Beginning SVG : a practical introduction to SVG using real-world examples /

Develop SVG functionality for use within websites quickly and natively, using basic tools such as HTML and CSS. This book is a project-oriented guide to creating and manipulating scalable vector graphics in the browser for websites or online applications, using little more than a text editor or free...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Libby, Alex (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York, NY : Apress, [2018]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1052566601
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 180914s2018 nyu ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d GW5XE  |d EBLCP  |d NLE  |d YDX  |d OCLCF  |d MOQ  |d UMI  |d UAB  |d UPM  |d UKMGB  |d OTZ  |d G3B  |d LVT  |d OCLCQ  |d TOH  |d STF  |d U3W  |d VT2  |d CAUOI  |d LEAUB  |d OCLCA  |d UKAHL  |d LQU  |d C6I  |d FVL  |d TEFOD  |d COO  |d OCLCQ  |d SRU  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ 
016 7 |a 019051204  |2 Uk 
019 |a 1052873850  |a 1056157445  |a 1060595811  |a 1081293441  |a 1086462325  |a 1103257578  |a 1105196888  |a 1105708208 
020 |a 9781484237601  |q (electronic bk.) 
020 |a 1484237609  |q (electronic bk.) 
020 |a 9781484237618  |q (print) 
020 |a 1484237617 
020 |z 9781484237595 
020 |z 1484237595 
024 7 |a 10.1007/978-1-4842-3760-1  |2 doi 
024 8 |a 10.1007/978-1-4842-3 
027 |a SPRINTER 
029 1 |a AU@  |b 000063975124 
029 1 |a AU@  |b 000068186876 
029 1 |a CHNEW  |b 001073791 
029 1 |a CHVBK  |b 579465950 
029 1 |a UKMGB  |b 019051204 
029 1 |a AU@  |b 000074123331 
035 |a (OCoLC)1052566601  |z (OCoLC)1052873850  |z (OCoLC)1056157445  |z (OCoLC)1060595811  |z (OCoLC)1081293441  |z (OCoLC)1086462325  |z (OCoLC)1103257578  |z (OCoLC)1105196888  |z (OCoLC)1105708208 
037 |a CL0500000996  |b Safari Books Online 
037 |a 84AE7B56-D12B-4FD3-9AE3-EE335C198175  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a T385 
072 7 |a COM  |x 000000  |2 bisacsh 
072 7 |a UMW  |2 bicssc 
072 7 |a UMW  |2 thema 
082 0 4 |a 006.6  |2 23 
049 |a UAMI 
100 1 |a Libby, Alex,  |e author. 
245 1 0 |a Beginning SVG :  |b a practical introduction to SVG using real-world examples /  |c Alex Libby. 
264 1 |a New York, NY :  |b Apress,  |c [2018] 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
520 |a Develop SVG functionality for use within websites quickly and natively, using basic tools such as HTML and CSS. This book is a project-oriented guide to creating and manipulating scalable vector graphics in the browser for websites or online applications, using little more than a text editor or free software, and the power of JavaScript. You'll use a starting toolset to incorporate into your existing workflow, develop future projects, and reduce any dependency on graphics applications for simple projects. This book is an excellent resource for getting acquainted with creating and manipulating SVG content. We live in an age where speed and simplicity are of the essence. Beginning SVG provides a perfect alternative when creating web-based projects that challenges the norm and encourages you to expand your resources and not resort to what "everyone else uses" (such as Illustrator). You'll discover that there is indeed a different way to achieve the same result. Stop thinking you must always resort to using graphics packages; there is always another way!What You'll LearnCreate powerful, optimized content that can be quickly and easily manipulated within the browserGet up to speed with SVG quickly, with minimal effort and maximum resultsSee how easy it is to apply SVG content and effects, without the need for lots of additional tools. Who This Book Is For Website developers and agile development teams who are keen to learn how to add and manipulate SVG quickly 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed September 17, 2018). 
505 0 |a Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Part I: Getting Started; Chapter 1: Introducing SVG; The Benefits of Using SVG; Comparing Formats; Setting Up a Working Environment; Support for SVG; Creating a Basic Example; Understanding How It Works; Adding Fallback Support; Types of Fallback; Implementing a Fallback Image; Adding SVGs as Background Images; Managing Inline Support; Supporting an Icon System; Summary; Chapter 2: Adding SVG Content to a Page; Implementing SVG Shapes; Creating Squares and Rectangles. 
505 8 |a Understanding How the Code WorksDrawing Circles and Ellipses; Exploring How the Code Works; Drawing Lines, Polylines, and Polygons; Exploring How the Code Works; Constructing Paths and Markers; Understanding Our Code in Detail; Adding Markers to SVG Paths; Understanding How Our Code Works; Creating More Advanced Shapes; Dissecting Our Gauge Code; Creating Unusual Shapes with Clip-Paths; Painting Elements; Creating Gradients and Patterns; Constructing Gradients; Using Radial Gradients; Exploring How Our Code Works; Taking It Further; Applying Pattern Effects to CSS Backgrounds. 
505 8 |a Exploring the Code in DetailCreating an Alternative Pattern; Setting Advanced Configuration Options; Summary; Part II: In More Detail; Chapter 3: Working with Images and Text; Inserting Images; Understanding the Benefits; Exporting Images; Exporting Images -- an Epilogue; Using SVGs as Data URIs; Optimizing Our Image; Understanding How Our Code Works; Applying Image Masks; Exploring How the Code Works; Working with Icons; Creating Image Sprites with Icons; Using the Element; Automating the Process; Adding Text with the Element; Applying Different Effects to Text. 
505 8 |a Exploring How the Code WorksEmbedding Other Content; Adding Videos; Implementing a Real-World Example; Understanding How It Works; Summary; Chapter 4: Sizing SVG; Understanding Scalability; Understanding the Impact of Scaling; Getting to Grips with SVG Coordinates; Applying Coordinates to an SVG; Introducing the SVG Scaling Toolbox; Setting Height and Width Attributes; Implementing a viewBox; Preserving the Aspect Ratio; Putting the Toolbox to Use; Understanding How It Works; Making SVG Content Responsive; Introducing the Golden Rules; Updating SVG Images; Using Media Queries with SVG Content. 
505 8 |a Understanding the PitfallsMaking SVG images Adaptive or Responsive?; Summary; Chapter 5: Creating Filters; Introduction; The Benefits of Using SVG Filters; Exploring Existing Filters; Introducing SVG Primitives for Filters; Manipulating Content with Filters; Dissecting Our Code; Creating and Applying Filters; Changing Color with Filters; Understanding Our Code; Calculating Colors to Use; Re-creating filters à la Instagram; Understanding How It Works; Blending and Merging SVG Filters; Taking It Further in Watercolors; Creating Our Filter -- an Epilogue; Animating Filter Effects. 
504 |a Includes bibliographical references and index. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a SVG (Document markup language) 
650 0 |a Computer graphics. 
650 0 |a Web sites  |x Design. 
650 2 |a Computer Graphics 
650 6 |a SVG (Langage de balisage) 
650 6 |a Infographie. 
650 6 |a Sites Web  |x Conception. 
650 7 |a computer graphics.  |2 aat 
650 7 |a Web programming.  |2 bicssc 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Computer graphics.  |2 fast  |0 (OCoLC)fst00872119 
650 7 |a SVG (Document markup language)  |2 fast  |0 (OCoLC)fst01102901 
650 7 |a Web sites  |x Design.  |2 fast  |0 (OCoLC)fst01173252 
776 0 8 |i Print version:  |a Libby, Alex.  |t Beginning SVG.  |d New York, NY : Apress, [2018]  |z 1484237595  |z 9781484237595  |w (OCoLC)1035504763 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484237601/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35199995 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5510040 
938 |a EBSCOhost  |b EBSC  |n 1886926 
938 |a YBP Library Services  |b YANK  |n 15697743 
994 |a 92  |b IZTAP