 #  East Mini Dachshunds Texas (Logo Work) 

 

- [Facebook: East Mini Dachshunds Texas](https://www.facebook.com/Eastminidachshundstexas/)
- [Instagram: East Mini Dachshunds Texas](https://www.instagram.com/eastminidachunds)
 


For my wife's poultry show ([Yellow Rose Classic](https://yellowroseclassic.com)), each of the show sponsors gets a banner. Unfortunately, most of her sponsors either didn't have a logo, or their logo was a low-quality image. That is not to say the images were bad; they were just not something we could scale up to banner size without significant loss of [quality](/blog/personal/why-my-joomla-extensions-are-free "Why My Joomla Extensions Are Free"). So I get to do some [SVG](/blog/development/fun-with-svgs "Fun With SVG Graphics") work.

## The Client: East Mini Dachshunds Texas

I wasn't given much to go on, an image and the simple instruction: Go for it. I'm assuming from the quality of the image (described below), that they really need a replacement image. I had a 5-minute conversation with one of the owners to explain what I could do, but never received any clear [instructions](/test-article "Shader BG Test") on what I should do. I'm no stranger to making stuff up as I go along, In such predicaments I must forge ahead.

## The Good, the Bad, and the Ugly

Generally, I don't consider myself to be a graphic designer. I can do it, but I'm not very comfortable doing it - if that makes sense. The image I was provided brought with it some issues that made me more uncomfortable. To illustrate the problem, I will show the existing/original logo in several ways and provide some description of the situation.

### The Good

It's a very pleasing image, a great [foundation](/joomla-techniques/building-a-better-joomla "Building a better Joomla") from which to build. I mean, who doesn't love a puppy? I'm a cat person, but puppies are super cute. I'm not gonna lie.

![original artwork](https://cdn.richeyweb.com/images/articles/east-mini-dachshunds-texas/converted-emdt.webp)

### The Bad

The existing East Mini Dachshunds Texas image was sent as a PNG, but the file signature says it's a [JPEG](/joomla-techniques/load-feedback-in-joomla-without-an-extension "Load Feedback in Joomla Without an Extension"). Whereas it displayed in the text message as having a transparent background - upon opening it in every editor I have, the background was black. I don't know what the heck this thing is, and I couldn't seem to recover that transparency (which JPEG does not have). It doesn't really matter what it is, because even at its full resolution, there are significant artifacts in the image. Illustrated in this zoomed-in section of the dog's butt.

![butt zoom](https://cdn.richeyweb.com/images/articles/east-mini-dachshunds-texas/butt-zoom.webp)

### The Ugly

If you notice in the solid color areas, there is [noise](/white-hat-seo/curated-backlinks "Curated Backlinks"). Blues that aren't quite the same color, blotches in the black, inconsistent and chunky dark browns, and why is there a white blotch in the location that shall not be named? This is a [result](/blog/personal/another-commercial-txifoa "Another Commercial - TXIFOA") of the original image being copied and resized over-and-over, losing quality through repetitive compression. This isn't an indictment of anyone, it's quite common. I couldn't count the number of times I requested a high-quality image and received something less than that. If you don't work with graphics, you probably don't know the difference.

## Direct Comparison

Grab the green bar with your mouse and slide it side to side. The black background is the original image, the white background is a render from the SVG. I made very few modifications to the original design. The original file had such intense blending between colors that it was sometimes hard to figure out where the lines were supposed to be - so I made decisions. I think the end result captures the elegance of the original while smoothing out some rough spots.

 

 ![](https://cdn.richeyweb.com/images/articles/east-mini-dachshunds-texas/converted-emdt.webp) ![](https://cdn.richeyweb.com/images/articles/east-mini-dachshunds-texas/compare-emdt.webp)

Before/After visualization created using the RicheyWeb [Content - Before/After](/software/joomla/plugins/content-beforeafter) [Joomla plugin](/blog/development/canonical-http-headers-for-rss-feeds "Canonical HTTP Headers for RSS Feeds").

Differences between the images are slight. The created files are SVG and are infinitely scalable. I cleaned up the edges of the clouds to remove the pointy bits on either end. I may end up putting them back if the client really wants them, but I think it looks better without them. What may not be obvious is the shadow under the dog in the original. The dark brown against black makes it difficult to see, but it wasn't consistent in the original so I removed it. The original also had white streaks and blotches in various places.

Also, the original dog body was transparent - which is also the case in the above displayed image. However, I did build the SVG with a layer in the body area so it could be filled with color if the situation needed it.

The final result (which the client receives with no restriction), is 3 SVG files - the dog, the text, and the combination. Any graphic designer worth his salt can take these graphics and do virtually anything they want with them. Below I have a "playground" allowing the client to adjust colors as necessary and download the result as a PNG - because you shouldn't need a graphic designer to export a PNG from an SVG. I mean, it's like 4 lines of [code](/blog/development/the-humbling-art-of-free-software "The Humbling Art of Free Software") to automate this process fully.

## Image Playground

The really fun thing about SVG images is that they're controllable. This isn't useful for anyone who doesn't know how to put this to [use](/blog/development/windownamestore-a-privacy-friendly-volatile-storage-solution-for-web-developers "WindowNameStore: A Privacy-Friendly Volatile Storage Solution for Web Developers"), but I happen to be one of those people. This allows me to present to my clients a tool like this one, where they can manipulate colors to their heart's content. With this tool, the image can be tested against different backgrounds to see how it might react.

version="1.0" encoding="UTF-8" standalone="no"?  
    :root {
\--dogbody: transparent;
\--black: #000000;
\--brown: #cf916c;
\--clouds: #45b9e0;
\--shine: #ffffff;
    }
   
    :root {
\--eastmini: #45b9e0;
\--dachshunds: #000000;
\--texas: #45b9e0;
    }

 

Background

 

Cloud

 

Cloud Shine

 

Dog Outline

 

Dog Highlight

 

Dog Body

 

Transparent Dog Body

 

Words: East Mini

 

Words: Dachshunds

 

Words: Texas

 

 [Download Image](#)

 



- [      email ](mailto:?subject=East+Mini+Dachshunds+Texas+%28Logo+Work%29&body=https%3A%2F%2Fwww.richeyweb.com%2Fblog%2Fpersonal%2Feast-mini-dachshunds-texas-logo-work)
- [      facebook ](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.richeyweb.com%2Fblog%2Fpersonal%2Feast-mini-dachshunds-texas-logo-work)
- [      x-twitter ](https://twitter.com/intent/tweet?text=East+Mini+Dachshunds+Texas+%28Logo+Work%29%3A+https%3A%2F%2Fwww.richeyweb.com%2Fblog%2Fpersonal%2Feast-mini-dachshunds-texas-logo-work)
- [      linkedin ](http://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fwww.richeyweb.com%2Fblog%2Fpersonal%2Feast-mini-dachshunds-texas-logo-work&title=East+Mini+Dachshunds+Texas+%28Logo+Work%29&summary=For+my+wife%27s+poultry+show+%28+Yellow+Rose+Classic+%29...)
- [      pinterest ](http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.richeyweb.com%2Fblog%2Fpersonal%2Feast-mini-dachshunds-texas-logo-work&media=https%3A%2F%2Fwww.richeyweb.com%2Fimages%2Farticles%2Feast-mini-dachshunds-texas%2Fconverted-emdt.webp&description=East+Mini+Dachshunds+Texas+%28Logo+Work%29)
 


 

   [  Previous article: What Happened to the Joomla Community?   What Happened to the Joomla Community? ](/blog/personal/what-happened-to-the-joomla-community) [  Next article: Another Commercial - TXIFOA  Another Commercial - TXIFOA  ](/blog/personal/another-commercial-txifoa)  

##### We Value Your Privacy

 

We use cookies to enhance your experience and for traffic analysis. By continuing to visit this site you agree to our use of cookies.

[Privacy Policy](/privacy-policy)

 Details 

###### Google Tag Manager Items

- Ad Storage
- Ad User Data
- Ad Personalization
- Analytics Storage
- Functionality Storage
- Personalization Storage
- Security Storage
 
 

 

 

 

 

 Decline Accept
```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.richeyweb.com/#organization","name":"RicheyWeb","url":"https://www.richeyweb.com/","logo":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/logo/richeyweb.svg","contentUrl":"https://www.richeyweb.com/images/logo/richeyweb.svg","width":{"@type":"QuantitativeValue","value":38,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":38,"unitCode":"PX"},"@id":"https://www.richeyweb.com/#logo"},"image":{"@id":"https://www.richeyweb.com/#logo"},"sameAs":["https://x.com/ComRicheyweb","https://www.facebook.com/RicheyWebDev/","https://www.youtube.com/channel/UCxnVG8BwOvQRO7hVqNX7T2g","https://community.joomla.org/service-providers-directory/listings/115:richeyweb.html"],"description":"RicheyWeb is a custom software developer specializing in Joomla extensions.","ContactPoint":[{"@type":"ContactPoint","url":"https://www.richeyweb.com/contact-us","telephone":"903-873-8460","contactType":"Owner/Administrator","areaServed":["United States",{"@type":"Country","name":"United States","sameAs":["https://en.wikipedia.org/wiki/United_States","https://www.wikidata.org/wiki/Q30","https://g.co/kg/m/09c7w0"]},"European Union",{"@type":"AdministrativeArea","name":"European Union","sameAs":["https://en.wikipedia.org/wiki/European_Union","https://www.wikidata.org/wiki/Q458","https://g.co/kg/m/0_6t_z8"]},"United Kingdom",{"@type":"Country","name":"United Kingdom","sameAs":["https://en.wikipedia.org/wiki/United_Kingdom","https://www.wikidata.org/wiki/Q145","https://g.co/kg/m/07ssc"]},"Australia",{"@type":"Country","name":"Australia","sameAs":["https://en.wikipedia.org/wiki/Australia","https://www.wikidata.org/wiki/Q408","https://g.co/kg/m/0chghy"]},"Canada",{"@type":"Country","name":"Canada","sameAs":["https://en.wikipedia.org/wiki/Canada","https://www.wikidata.org/wiki/Q16","https://g.co/kg/m/0d060g"]},"Russia",{"@type":"Country","name":"Russia","sameAs":["https://en.wikipedia.org/wiki/Russia","https://www.wikidata.org/wiki/Q159","https://g.co/kg/m/06bnz"]},"China",{"@type":"Country","name":"China","sameAs":["https://en.wikipedia.org/wiki/China","https://www.wikidata.org/wiki/Q148","https://g.co/kg/m/0d05w3"]}],"availableLanguage":"en"},{"@type":"ContactPoint","url":"https://www.richeyweb.com/bugs","telephone":"903-873-8460","contactType":"Technical Support","areaServed":["United States",{"@type":"Country","name":"United States","sameAs":["https://en.wikipedia.org/wiki/United_States","https://www.wikidata.org/wiki/Q30","https://g.co/kg/m/09c7w0"]},"European Union",{"@type":"AdministrativeArea","name":"European Union","sameAs":["https://en.wikipedia.org/wiki/European_Union","https://www.wikidata.org/wiki/Q458","https://g.co/kg/m/0_6t_z8"]},"United Kingdom",{"@type":"Country","name":"United Kingdom","sameAs":["https://en.wikipedia.org/wiki/United_Kingdom","https://www.wikidata.org/wiki/Q145","https://g.co/kg/m/07ssc"]},"Australia",{"@type":"Country","name":"Australia","sameAs":["https://en.wikipedia.org/wiki/Australia","https://www.wikidata.org/wiki/Q408","https://g.co/kg/m/0chghy"]},"Canada",{"@type":"Country","name":"Canada","sameAs":["https://en.wikipedia.org/wiki/Canada","https://www.wikidata.org/wiki/Q16","https://g.co/kg/m/0d060g"]},"Russia",{"@type":"Country","name":"Russia","sameAs":["https://en.wikipedia.org/wiki/Russia","https://www.wikidata.org/wiki/Q159","https://g.co/kg/m/06bnz"]},"China",{"@type":"Country","name":"China","sameAs":["https://en.wikipedia.org/wiki/China","https://www.wikidata.org/wiki/Q148","https://g.co/kg/m/0d05w3"]}],"availableLanguage":"en"}],"knowsAbout":["Computer programming",{"@type":"Thing","name":"Computer programming","sameAs":["https://en.wikipedia.org/wiki/Computer_programming","https://www.wikidata.org/wiki/Q80006","https://g.co/kg/m/01mf_"]},"PHP",{"@type":"Thing","name":"PHP","sameAs":["https://en.wikipedia.org/wiki/PHP","https://www.wikidata.org/wiki/Q59","https://g.co/kg/m/060kv"]},"JavaScript",{"@type":"Thing","name":"JavaScript","sameAs":["https://en.wikipedia.org/wiki/JavaScript","https://www.wikidata.org/wiki/Q2005","https://g.co/kg/m/02p97"]},"arduino","Computer forensics",{"@type":"Thing","name":"Computer forensics","sameAs":["https://en.wikipedia.org/wiki/Computer_forensics","https://www.wikidata.org/wiki/Q878553","https://g.co/kg/m/02wxbd"]},"White hat",{"@type":"Thing","name":"White hat","sameAs":["https://en.wikipedia.org/wiki/White_hat_(computer_security)","https://www.wikidata.org/wiki/Q7995625","https://g.co/kg/m/03ns_5"]},"Search engine optimization",{"@type":"Thing","name":"Search engine optimization","sameAs":["https://en.wikipedia.org/wiki/Search_engine_optimization","https://www.wikidata.org/wiki/Q180711","https://g.co/kg/m/019qb_"]},"Search engine marketing",{"@type":"Thing","name":"Search engine marketing","sameAs":["https://en.wikipedia.org/wiki/Search_engine_marketing","https://www.wikidata.org/wiki/Q846132","https://g.co/kg/m/06mw8r"]},"Digital marketing",{"@type":"Thing","name":"Digital marketing","sameAs":["https://en.wikipedia.org/wiki/Digital_marketing","https://www.wikidata.org/wiki/Q1323528","https://g.co/kg/g/122hcnps"]},"Web hosting service",{"@type":"Thing","name":"Web hosting service","sameAs":["https://en.wikipedia.org/wiki/Web_hosting_service","https://www.wikidata.org/wiki/Q5892272","https://g.co/kg/m/014pz4"]},"Email hosting service",{"@type":"Thing","name":"Email hosting service","sameAs":["https://en.wikipedia.org/wiki/Email_hosting_service","https://www.wikidata.org/wiki/Q5368818","https://g.co/kg/m/09w60m"]},"Internet hosting service",{"@type":"Thing","name":"Internet hosting service","sameAs":["https://en.wikipedia.org/wiki/Internet_hosting_service","https://www.wikidata.org/wiki/Q1210425","https://g.co/kg/m/09w5yw"]},"Virtual hosting",{"@type":"Thing","name":"Virtual hosting","sameAs":["https://en.wikipedia.org/wiki/Virtual_hosting","https://www.wikidata.org/wiki/Q588365","https://g.co/kg/m/024mvh"]},"Web performance",{"@type":"Thing","name":"Web performance","sameAs":["https://en.wikipedia.org/wiki/Web_performance","https://www.wikidata.org/wiki/Q7978612","https://g.co/kg/m/0gfj3f1"]},"Web content management system",{"@type":"Thing","name":"Web content management system","sameAs":["https://en.wikipedia.org/wiki/Web_content_management_system","https://www.wikidata.org/wiki/Q45211","https://g.co/kg/m/0615s2"]},"Content management system",{"@type":"Thing","name":"Content management system","sameAs":["https://en.wikipedia.org/wiki/Content_management_system","https://www.wikidata.org/wiki/Q131093","https://g.co/kg/m/0k23c"]},"General Data Protection Regulation",{"@type":"Thing","name":"General Data Protection Regulation","sameAs":["https://en.wikipedia.org/wiki/General_Data_Protection_Regulation","https://www.wikidata.org/wiki/Q1172506","https://g.co/kg/m/0pk_7xs"]},"SERP",{"@type":"Thing","name":"SERP","sameAs":["https://en.wikipedia.org/wiki/SERP","https://www.wikidata.org/wiki/Q2205811","https://g.co/kg/g/11c5szp7kc"]},"Artificial intelligence",{"@type":"Thing","name":"Artificial intelligence","sameAs":["https://en.wikipedia.org/wiki/Artificial_intelligence","https://www.wikidata.org/wiki/Q11660","https://g.co/kg/m/0mkz"]},"Prompt engineering",{"@type":"Thing","name":"Prompt engineering","sameAs":["https://en.wikipedia.org/wiki/Prompt_engineering","https://www.wikidata.org/wiki/Q108941486","https://g.co/kg/g/11p6kpgt_n"]},"E-learning",{"@type":"Thing","name":"E-learning","sameAs":["https://en.wikipedia.org/wiki/E-learning_(theory)","https://www.wikidata.org/wiki/Q182250","https://g.co/kg/g/122czm1f"]},"Sharable Content Object Reference Model",{"@type":"Thing","name":"Sharable Content Object Reference Model","sameAs":["https://en.wikipedia.org/wiki/Sharable_Content_Object_Reference_Model","https://www.wikidata.org/wiki/Q827811","https://g.co/kg/m/06_40"]},"Experience API",{"@type":"Thing","name":"Experience API","sameAs":["https://en.wikipedia.org/wiki/Experience_API","https://www.wikidata.org/wiki/Q7807728","https://g.co/kg/g/1yw9ktxr8"]},"Joomla",{"@type":"Thing","name":"Joomla","sameAs":["https://en.wikipedia.org/wiki/Joomla","https://www.wikidata.org/wiki/Q13167","https://g.co/kg/m/07qb81"]},"Nginx",{"@type":"Thing","name":"Nginx","sameAs":["https://en.wikipedia.org/wiki/Nginx","https://www.wikidata.org/wiki/Q306144","https://g.co/kg/m/02qft91"]},"MySQL",{"@type":"Thing","name":"MySQL","sameAs":["https://en.wikipedia.org/wiki/MySQL","https://www.wikidata.org/wiki/Q850","https://g.co/kg/m/04y3k"]}],"areaServed":["United States",{"@type":"Country","name":"United States","sameAs":["https://en.wikipedia.org/wiki/United_States","https://www.wikidata.org/wiki/Q30","https://g.co/kg/m/09c7w0"]},"European Union",{"@type":"AdministrativeArea","name":"European Union","sameAs":["https://en.wikipedia.org/wiki/European_Union","https://www.wikidata.org/wiki/Q458","https://g.co/kg/m/0_6t_z8"]},"United Kingdom",{"@type":"Country","name":"United Kingdom","sameAs":["https://en.wikipedia.org/wiki/United_Kingdom","https://www.wikidata.org/wiki/Q145","https://g.co/kg/m/07ssc"]},"Australia",{"@type":"Country","name":"Australia","sameAs":["https://en.wikipedia.org/wiki/Australia","https://www.wikidata.org/wiki/Q408","https://g.co/kg/m/0chghy"]},"Canada",{"@type":"Country","name":"Canada","sameAs":["https://en.wikipedia.org/wiki/Canada","https://www.wikidata.org/wiki/Q16","https://g.co/kg/m/0d060g"]},"Russia",{"@type":"Country","name":"Russia","sameAs":["https://en.wikipedia.org/wiki/Russia","https://www.wikidata.org/wiki/Q159","https://g.co/kg/m/06bnz"]},"China",{"@type":"Country","name":"China","sameAs":["https://en.wikipedia.org/wiki/China","https://www.wikidata.org/wiki/Q148","https://g.co/kg/m/0d05w3"]}],"memberOf":["Mensa International",{"@type":"Organization","name":"Mensa International","sameAs":["https://en.wikipedia.org/wiki/Mensa_International","https://www.wikidata.org/wiki/Q184194","https://g.co/kg/m/0140pf"]},"National Rifle Association",{"@type":"Organization","name":"National Rifle Association","sameAs":["https://en.wikipedia.org/wiki/National_Rifle_Association","https://www.wikidata.org/wiki/Q863259","https://g.co/kg/m/0j6f9"]},"CompTIA",{"@type":"Organization","name":"CompTIA","sameAs":["https://en.wikipedia.org/wiki/CompTIA","https://www.wikidata.org/wiki/Q597534","https://g.co/kg/m/040shq"]},"ISFCE LLC",{"@type":"Organization","name":"ISFCE LLC","sameAs":["https://isfce.com","https://g.co/kg/g/11wxm5r0rg"]}],"hasCredential":[{"@type":"EducationalOccupationalCredential","name":"Joomla 3 Certified Administrator","credentialCategory":"Certification","description":"Administrator Exam is the first available Joomla! certification exam","recognizedBy":{"@type":"Organization","name":"Open Source Matters, Inc.","sameAs":["https://en.wikipedia.org/wiki/Open_Source_Matters,_Inc.","https://g.co/kg/g/11f00wvjhz"]},"url":"https://certification.joomla.org/certified-user-directory/michael-richey","about":["Content management system",{"@type":"Thing","name":"Content management system","sameAs":["https://en.wikipedia.org/wiki/Content_management_system","https://www.wikidata.org/wiki/Q131093","https://g.co/kg/m/0k23c"]},"Web content management system",{"@type":"Thing","name":"Web content management system","sameAs":["https://en.wikipedia.org/wiki/Web_content_management_system","https://www.wikidata.org/wiki/Q45211","https://g.co/kg/m/0615s2"]},"Joomla",{"@type":"Thing","name":"Joomla","sameAs":["https://en.wikipedia.org/wiki/Joomla","https://www.wikidata.org/wiki/Q13167","https://g.co/kg/m/07qb81"]}],"educationalLevel":"expert","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/contact/badge.webp","contentUrl":"https://www.richeyweb.com/images/contact/badge.webp","width":{"@type":"QuantitativeValue","value":300,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":86,"unitCode":"PX"},"caption":"Joomla 3 Certified Administrator"}},{"@type":"EducationalOccupationalCredential","name":"Certified Computer Examiner","credentialCategory":"Certification","description":"Internationally recognized computer forensics certifiecation","recognizedBy":{"@type":"Organization","name":"ISFCE LLC","sameAs":["https://en.wikipedia.org/wiki/ISFCE_LLC","https://g.co/kg/g/11wxm5r0rg"]},"url":"https://isfce.com/","about":["Digital forensics",{"@type":"Thing","name":"Digital forensics","sameAs":["https://en.wikipedia.org/wiki/Digital_forensics","https://www.wikidata.org/wiki/Q3246940","https://g.co/kg/m/0cnxzfx"]},"Computer forensics",{"@type":"Thing","name":"Computer forensics","sameAs":["https://en.wikipedia.org/wiki/Computer_forensics","https://www.wikidata.org/wiki/Q878553","https://g.co/kg/m/02wxbd"]},"Mobile device forensics",{"@type":"Thing","name":"Mobile device forensics","sameAs":["https://en.wikipedia.org/wiki/Mobile_device_forensics","https://www.wikidata.org/wiki/Q6887097","https://g.co/kg/m/06zp3tp"]},"Network forensics",{"@type":"Thing","name":"Network forensics","sameAs":["https://en.wikipedia.org/wiki/Network_forensics","https://www.wikidata.org/wiki/Q7001032","https://g.co/kg/m/05pb280"]},"Database forensics",{"@type":"Thing","name":"Database forensics","sameAs":["https://en.wikipedia.org/wiki/Database_forensics","https://www.wikidata.org/wiki/Q5227405","https://g.co/kg/m/0cgqsy"]}],"educationalLevel":"expert","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/contact/isfce-cce.webp","contentUrl":"https://www.richeyweb.com/images/contact/isfce-cce.webp","width":{"@type":"QuantitativeValue","value":150,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":150,"unitCode":"PX"},"caption":"Certified Computer Examiner"}}],"hasOfferCatalog":{"@type":"OfferCatalog","name":"Web Services","itemListElement":[{"@type":"Offer","itemOffered":{"@type":"Service","name":"Hosting"}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Development"}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Search Engine Optimization"}}]}},{"@type":"WebSite","@id":"https://www.richeyweb.com/#website","url":"https://www.richeyweb.com/","name":"RicheyWeb","publisher":{"@id":"https://www.richeyweb.com/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.richeyweb.com/search?q={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string","valueMaxLength":256,"valueMinLength":2,"valuePattern":"^[A-Za-z0-9\\s]+$"}},"creator":{"@id":"https://www.richeyweb.com/#organization"},"copyrightHolder":{"@id":"https://www.richeyweb.com/#organization"}},{"@type":"WebPage","@id":"https://www.richeyweb.com/blog/personal/east-mini-dachshunds-texas-logo-work#webpage","url":"https://www.richeyweb.com/blog/personal/east-mini-dachshunds-texas-logo-work","name":"East Mini Dachshunds Texas (Logo Work)","description":"Discover the logo redesign for East Mini Dachshunds Texas, featuring scalable SVG graphics and a detailed before/after comparison.","isPartOf":{"@id":"https://www.richeyweb.com/#website"},"about":{"@id":"https://www.richeyweb.com/#organization"},"inLanguage":"en-GB"},{"@type":"Article","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/articles/east-mini-dachshunds-texas/east-mini-dachshunds-texas.png","contentUrl":"https://www.richeyweb.com/images/articles/east-mini-dachshunds-texas/east-mini-dachshunds-texas.png","width":{"@type":"QuantitativeValue","value":1343,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":953,"unitCode":"PX"},"caption":"East Mini Dachshunds Texas","representativeOfPage":true},"headline":"East Mini Dachshunds Texas (Logo Work)","description":"Discover the logo redesign for East Mini Dachshunds Texas, featuring scalable SVG graphics and a detailed before/after comparison.","author":{"@type":"Person","name":"Michael Richey","url":"https://www.richeyweb.com/contact-us","@id":"https://www.richeyweb.com/contact-us#person"},"datePublished":"2025-02-10T00:00:00+00:00","dateModified":"2026-03-30T00:00:00+00:00","about":[{"@type":"WebSite","@id":"https://www.instagram.com/eastminidachunds/#website","name":"East Mini Dachshunds Texas","sameAs":["https://www.instagram.com/eastminidachunds/"]},"East Mini Dachshunds Texas","Logo",{"@type":"Thing","name":"Logo","sameAs":["https://en.wikipedia.org/wiki/Logo","https://www.wikidata.org/wiki/Q1886349","https://g.co/kg/m/0dwx7"]},"SVG",{"@type":"Thing","name":"SVG","sameAs":["https://en.wikipedia.org/wiki/SVG","https://www.wikidata.org/wiki/Q2078","https://g.co/kg/m/06xdp"]},"Image file format",{"@type":"Thing","name":"Image file format","sameAs":["https://en.wikipedia.org/wiki/Image_file_format","https://www.wikidata.org/wiki/Q1572121","https://g.co/kg/m/07xhlx"]}],"mentions":["Facebook (Organization)","Instagram (Organization)","Joomla (Software)","California (State)","Graphic design (Field of study)","Puppy (Animal)","PNG (File format)","JPEG (File format)"],"@id":"https://www.richeyweb.com/blog/personal/east-mini-dachshunds-texas-logo-work#article","isPartOf":{"@id":"https://www.richeyweb.com/blog/personal/east-mini-dachshunds-texas-logo-work#webpage"},"publisher":{"@id":"https://www.richeyweb.com/#organization"},"keywords":"banner, logo, quality, image, SVG, graphic design, client, East Mini Dachshunds Texas, replacement image, instructions, predicaments, forge ahead, foundation, puppy, PNG, JPEG, transparent background, artifacts, resolution, artifacts, noise, color, blotches, inconsistent, chunky, white blotch, resized, compression, high-quality image, graphics, difference, comparison, green bar, black background, render, modifications, elegance, smooth, Before/After, visualization, Joomla plugin, differences, scalable, edges, clouds, pointy bits, shadow, consistent, streeks, body, layer, fill, result, SVG files, text, combination, designer, graphics, anything, playground, adjust colors, PNG, code, automate, controllable, use, tool, manipulate colors, backgrounds, react, background, cloud, shine, outline, highlight, body, transparent, words, East Mini, Dachshunds, Texas, download image","articleSection":"Personal","url":"https://www.richeyweb.com/blog/personal/east-mini-dachshunds-texas-logo-work"}]}
```
