# PXT-Blockly Rendering Bug

**URL:** https://forum.makecode.com/t/pxt-blockly-rendering-bug/1929
**Category:** PXT
**Created:** [May 3, 2020, 12:06pm UTC](https://forum.makecode.com/t/pxt-blockly-rendering-bug/1929 "2020-05-03T12:06:24Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![JoshuaLowe1002](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/joshualowe1002/32/891_2.png) [@JoshuaLowe1002](https://forum.makecode.com/u/JoshuaLowe1002)
#### Post date: [May 3, 2020, 12:06pm UTC](https://forum.makecode.com/t/pxt-blockly-rendering-bug/1929/1 "2020-05-03T12:06:24Z")

</div>

I think there might be a bug in the latest pxt-blockly release or it might be something I am doing.  
When I import the compressed files, this is what I get ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/1X/20909e50b945be1ec87fbbdcfc937aeca7bcdc80.png)

Hopefully someone can point me to a fix

---

<div class="post-metadata">

### Author: ![shakao](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/shakao/32/113_2.png) [@shakao](https://forum.makecode.com/u/shakao)
#### Post date: [May 4, 2020, 4:59pm UTC](https://forum.makecode.com/t/pxt-blockly-rendering-bug/1929/2 "2020-05-04T16:59:25Z")

</div>

we’ve recently updated to the latest version of Blockly with their “Zelos” rendering, so you may want to check their release notes: [https://github.com/google/blockly/releases/tag/3.20200123.0](https://github.com/google/blockly/releases/tag/3.20200123.0)

additionally, make sure you’re passing `renderer: "pxt"` in the options for any calls to `Blockly.inject()`
