# Optimized Chessboard Pattern VectorDrawable in Kotlin

DevFeed: [Optimized Chessboard Pattern VectorDrawable in Kotlin](<https://devfeed.tech/articles/optimized-chessboard-pattern-vectordrawable-in-kotlin-26304.md>)

Original publisher: [Read original article](<https://blog.louiscad.com/optimized-chessboard-pattern-vectordrawable-in-kotlin>)

Author: Louis CAD

Published: 2022-07-15T14:16:49Z

Content type: tutorial

Language: en

Sources: [Louis CAD doing software](<https://devfeed.tech/sources/louis-cad-doing-software.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Android](<https://devfeed.tech/topics/android.md>), [SVG](<https://devfeed.tech/topics/svg.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [code](<https://devfeed.tech/tags/code.md>), [design](<https://devfeed.tech/tags/design.md>), [graphic-design](<https://devfeed.tech/tags/graphic-design.md>), [graphics](<https://devfeed.tech/tags/graphics.md>), [icons](<https://devfeed.tech/tags/icons.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [scripting](<https://devfeed.tech/tags/scripting.md>), [svg](<https://devfeed.tech/tags/svg.md>)

## AI overview

A Kotlin developer describes creating a chessboard pattern in Android VectorDrawable format for distinguishing debug and minified Wear OS app variants. The resulting file was five times smaller than the initial version.

## Source excerpt

Trust me, I would have never been able to make such an efficient VectorDrawable with a designer tool like Sketch, Affinity Designer, or Adobe Illustrator. This is the story of how I came to draw a chessboard pattern in VectorDrawable format using Kot...